From: andy Date: Wed, 12 May 2004 20:51:47 +0000 (+0000) Subject: Oops, need config.h before pu.h or else the build will fail on X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=269134465a7eba70ccb85a8e7692d73f451c9060;p=flightgear.git Oops, need config.h before pu.h or else the build will fail on glut-less systems. --- diff --git a/src/GUI/layout-props.cxx b/src/GUI/layout-props.cxx index 68574045d..b2fe085da 100644 --- a/src/GUI/layout-props.cxx +++ b/src/GUI/layout-props.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include