]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/decode_binobj.cxx
- new FSF addresses
[simgear.git] / simgear / io / decode_binobj.cxx
index dbb1e1db7af0e3c60a8b4e9f7ec9518614556eca..06181c8b497eee6ea7897dd614f1e786e8fbbbaf 100644 (file)
@@ -1,14 +1,16 @@
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <unistd.h>
 #include STL_IOSTREAM
 
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
+#include "sg_binobj.hxx"
+
 SG_USING_STD(cout);
 SG_USING_STD(endl);
-#endif
-
-#include "sg_binobj.hxx"
 
 
 int main( int argc, char **argv ) {