]> granicus.if.org Git - sudo/commitdiff
missing.h should come before most local includes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Sep 2010 23:14:22 +0000 (19:14 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Sep 2010 23:14:22 +0000 (19:14 -0400)
compat/fnmatch.c

index 5fdb0a434bdf8841ee75f81f5751f249c8aad3c9..f50b522942ddf073668ea0b59d4a4b6644921b8b 100644 (file)
@@ -49,9 +49,9 @@
 # include <strings.h>
 #endif /* HAVE_STRINGS_H */
 
+#include "missing.h"
 #include "charclass.h"
 #include "fnmatch.h"
-#include "missing.h"
 
 #undef EOS
 #define        EOS     '\0'