]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/tower.cxx
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / ATC / tower.cxx
index 90be4c30fa7869c75ecbe52f537ae90bf39c7540..a817d7ff0429efff8bb3de0a174c30c16095daa5 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-#include <strings.h>           // bcopy()
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>   // bcopy()
+#else
+#  include <string.h>    // MSVC doesn't have strings.h
+#endif
 
 #include <Main/globals.hxx>
 #include <Airports/runways.hxx>