From: curt Date: Wed, 6 Feb 2002 16:09:44 +0000 (+0000) Subject: Cygwin fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d01cb2769ad8efc671e8d78ec026068a5de48fd9;p=flightgear.git Cygwin fix. --- diff --git a/src/Network/native_fdm.cxx b/src/Network/native_fdm.cxx index 0afba9cfe..5af740b17 100644 --- a/src/Network/native_fdm.cxx +++ b/src/Network/native_fdm.cxx @@ -25,7 +25,7 @@ # include #endif -#ifdef WIN32 +#if defined(WIN32) && !defined(__CYGWIN__) # include #else # include // htonl() ntohl()