From: curt Date: Wed, 6 Feb 2002 04:31:12 +0000 (+0000) Subject: WIN32 fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a29013fcda3c0ec99b7d120f8acfda9efd93ef3c;p=flightgear.git WIN32 fix. --- diff --git a/src/Network/native_fdm.cxx b/src/Network/native_fdm.cxx index 137bf398f..0afba9cfe 100644 --- a/src/Network/native_fdm.cxx +++ b/src/Network/native_fdm.cxx @@ -21,7 +21,15 @@ // $Id$ -#include // htonl() ntohl() +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef WIN32 +# include +#else +# include // htonl() ntohl() +#endif #include #include // endian tests