From 090ebffc8465e1defdaefb6fca36f2341448e4aa Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 24 Apr 1998 00:45:17 +0000 Subject: [PATCH] Wrapped "#include " in "#ifdef HAVE_CONFIG_H" --- Autopilot/autopilot.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2