From a3bd57489a5734e18577aa8c0c5e19a32431636d Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 9 Apr 2003 20:59:21 +0000 Subject: [PATCH] Update a SimGear/FlightGear inconsistancy --- simgear/sg_zlib.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/sg_zlib.h b/simgear/sg_zlib.h index f39d5593..57be1fd9 100644 --- a/simgear/sg_zlib.h +++ b/simgear/sg_zlib.h @@ -35,8 +35,12 @@ #ifdef HAVE_CONFIG_H +#ifdef FGFS +# include +#else # include #endif +#endif #ifdef AVOID_USING_ZLIB -- 2.39.5