]> git.mxchange.org Git - simgear.git/commitdiff
#include <simgear_config.h> as necessary.
authorcurt <curt>
Tue, 3 Dec 2002 13:13:16 +0000 (13:13 +0000)
committercurt <curt>
Tue, 3 Dec 2002 13:13:16 +0000 (13:13 +0000)
simgear/bucket/newbucket.cxx
simgear/io/sg_binobj.cxx

index 08ec934a5b4300efae88fac10a7a41f9d0a9c148..6ac60fbfae0feb09d65cdfea1c47e3e15dc5cb24 100644 (file)
  **************************************************************************/
 
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <math.h>
 
 #include <simgear/misc/sg_path.hxx>
index 3b4bdf7971e1500ea9dc3e9f30808ba17ddff9a4..d2da18ef92ae3a250e256d56842a47ee72472f8d 100644 (file)
 //
 
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <stdio.h>