summaryrefslogtreecommitdiff
path: root/misc/patchutils/files/patch-filterdiff.c
blob: 4d4c2c5b8bfb4dc8ded34ebfa9eb76439aeeb8d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/filterdiff.c.orig	Thu May  9 01:50:58 2002
+++ src/filterdiff.c	Thu May  9 22:03:24 2002
@@ -24,12 +24,12 @@
 #include "config.h"
 #endif
 
-#ifdef HAVE_ERROR_H
-# include <error.h>
-#endif /* HAVE_ERROR_H */
 #ifdef HAVE_SYS_TYPES_H
 # include <sys/types.h> // for ssize_t
 #endif /* HAVE_SYS_TYPES_H */
+#ifdef HAVE_ERROR_H
+# include <error.h>
+#endif /* HAVE_ERROR_H */
 #include <fnmatch.h>
 #include <getopt.h>
 #include <locale.h>