pkgsrc/sysutils/cpmtools/patches/patch-ab

23 lines
416 B
Text

$NetBSD: patch-ab,v 1.2 2012/10/11 18:46:11 shattered Exp $
--- config.h.in.orig 2012-10-07 10:46:25.000000000 +0000
+++ config.h.in
@@ -8,14 +8,14 @@
#define HAVE_SYS_STAT_H 0
#define HAVE_MODE_T 0
-#if HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
-
#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+#if HAVE_SYS_STAT_H
+#include <sys/stat.h>
+#endif
+
#if HAVE_LIMITS_H
#include <limits.h>
#endif