]> git.mxchange.org Git - flightgear.git/commitdiff
Fix include order for FreeBSD. Actually this is the published order for
authorcurt <curt>
Mon, 16 Jul 2001 23:12:39 +0000 (23:12 +0000)
committercurt <curt>
Mon, 16 Jul 2001 23:12:39 +0000 (23:12 +0000)
Linux, but linux seems to be more tolerant of the includes being out of order.

src/NetworkOLK/fgd.h

index 74883cdfc1523c22cc2f1a51531c749a33b2ed0d..22bee01bd0b6cdc7ab79b681eaa2edf97f55707a 100644 (file)
@@ -2,8 +2,8 @@
 
 #ifndef  _MSC_VER
 
-#include <sys/socket.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <unistd.h>
 #include <netdb.h>