X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=05414d4cd278dfd4b3cbc2e0556dee7229c19fba;hb=a6e0a696376ba2d426eb534bb83ec42038a501e7;hp=9cd830f71b276398f6025441661ba9f88442e101;hpb=fbad3482fa1b81dde3fdf435acf41ff8b22b6f0a;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 9cd830f71..05414d4cd 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -25,17 +25,17 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif #ifdef HAVE_WINDOWS_H -# include -# include +# include +# include #endif #include -#include +#include #include #include @@ -53,6 +53,10 @@ # include // for stat() #endif +// #ifdef HAVE_LIBX11 +// # include +// #endif + #include #include @@ -60,7 +64,7 @@ #include #include #include -#include +#include #include #include #include @@ -81,8 +85,13 @@ #ifdef FG_NETWORK_OLK #include #endif +#include #include #include +#ifdef ENABLE_AUDIO_SUPPORT +# include +# include +#endif #include