summaryrefslogtreecommitdiff
path: root/sysutils/cpmtools/patches/patch-ab
blob: 946a14ac6be8ba24e1a052fc5dc639c007540be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ab,v 1.1 2006/12/06 14:58:01 joerg Exp $

--- config.h.in.orig	2006-12-06 14:49:48.000000000 +0000
+++ config.h.in
@@ -10,14 +10,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_DMALLOC_H
 #include <dmalloc.h>
 #endif