From: curt Date: Fri, 24 Apr 1998 00:45:17 +0000 (+0000) Subject: Wrapped "#include " in "#ifdef HAVE_CONFIG_H" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=090ebffc8465e1defdaefb6fca36f2341448e4aa;p=flightgear.git Wrapped "#include " in "#ifdef HAVE_CONFIG_H" --- diff --git a/Autopilot/autopilot.c b/Autopilot/autopilot.c index 78dccb3bb..3d4d0b98b 100644 --- a/Autopilot/autopilot.c +++ b/Autopilot/autopilot.c @@ -24,7 +24,9 @@ **************************************************************************/ -#include +#ifdef HAVE_CONFIG_H +# include +#endif #include #include