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