From: daveluff Date: Mon, 24 Mar 2003 11:06:00 +0000 (+0000) Subject: MSVC fix from Frederic Bouvier X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81c9e14c7efb3aa150f9d95c71b4e476f32961cd;p=flightgear.git MSVC fix from Frederic Bouvier --- diff --git a/src/ATC/transmissionlist.cxx b/src/ATC/transmissionlist.cxx index 1d152ecbd..9dfc62fbe 100644 --- a/src/ATC/transmissionlist.cxx +++ b/src/ATC/transmissionlist.cxx @@ -26,7 +26,12 @@ # include #endif -#include // bcopy() +#ifdef HAVE_STRINGS_H +# include // bcopy() +#else +# include // MSVC doesn't have strings.h +#endif + #include #include