From: curt Date: Mon, 11 May 1998 18:04:06 +0000 (+0000) Subject: Added an "#include " and "#include " X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a2a23cc2dd4abe353e3edaee90d2c85edf85a4f;p=simgear.git Added an "#include " and "#include " --- diff --git a/XGL/xgl.c b/XGL/xgl.c index d4b47bf4..65380524 100644 --- a/XGL/xgl.c +++ b/XGL/xgl.c @@ -1,3 +1,14 @@ +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_WINDOWS_H +# include +#endif + +#include "xgl.h" +#include + #include #include @@ -5,8 +16,6 @@ # include #endif -#include "xgl.h" -#include #ifdef XGL_TRACE