From 856b6201dc468c3962202fe8569eb6bd3d74fe3e Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 26 Mar 2000 14:04:03 +0000 Subject: [PATCH] #include "config.h" --- simgear/misc/zfstream.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/misc/zfstream.hxx b/simgear/misc/zfstream.hxx index b093499f..370eda5e 100644 --- a/simgear/misc/zfstream.hxx +++ b/simgear/misc/zfstream.hxx @@ -24,6 +24,10 @@ #ifndef _zfstream_hxx #define _zfstream_hxx +#ifdef HAVE_CONFIG_H +# include +#endif + #include #ifdef HAVE_ZLIB -- 2.39.5