]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/transmissionlist.cxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / ATC / transmissionlist.cxx
index 1d152ecbd43ea033b3ce178a64870e365ca84a12..28fd431174a6abcd16ae9e0d66d3482f7d7a1b26 100644 (file)
 #  include <config.h>
 #endif
 
-#include <strings.h>   // bcopy()
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>   // bcopy()
+#else
+#  include <string.h>    // MSVC doesn't have strings.h
+#endif
+
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sgstream.hxx>