From: curt Date: Mon, 16 Jul 2001 23:12:39 +0000 (+0000) Subject: Fix include order for FreeBSD. Actually this is the published order for X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=004055a3bea371fa9f108c2c6f25228c4c96c685;p=flightgear.git Fix include order for FreeBSD. Actually this is the published order for Linux, but linux seems to be more tolerant of the includes being out of order. --- diff --git a/src/NetworkOLK/fgd.h b/src/NetworkOLK/fgd.h index 74883cdfc..22bee01bd 100644 --- a/src/NetworkOLK/fgd.h +++ b/src/NetworkOLK/fgd.h @@ -2,8 +2,8 @@ #ifndef _MSC_VER -#include #include +#include #include #include #include