]> git.mxchange.org Git - flightgear.git/commitdiff
Changed include order for <sys/types.h>
authorcurt <curt>
Sat, 27 Jun 1998 16:55:24 +0000 (16:55 +0000)
committercurt <curt>
Sat, 27 Jun 1998 16:55:24 +0000 (16:55 +0000)
FixNode/main.cxx

index 2952d0cf8c30962ef7ee29c0683c8f28f8ad5806..9a3d3b32d8aaa5ca474493ad4d83e9376440653a 100644 (file)
 //
 
 
+#include <sys/types.h>
 #include <dirent.h>
 #include <stdio.h>
 #include <string.h>
-#include <sys/types.h>
 
 #ifdef HAVE_STDLIB_H
 #  include <stdlib.h>
@@ -108,6 +108,9 @@ int main(int argc, char **argv) {
 
 
 // $Log$
+// Revision 1.4  1998/06/27 16:55:24  curt
+// Changed include order for <sys/types.h>
+//
 // Revision 1.3  1998/04/26 05:02:06  curt
 // Added #ifdef HAVE_STDLIB_H
 //