1
0
Fork 0

WIN32 fix.

This commit is contained in:
curt 2002-02-06 04:31:12 +00:00
parent c5d537394d
commit a29013fcda

View file

@ -21,7 +21,15 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef WIN32
# include <windows.h>
#else
# include <netinet/in.h> // htonl() ntohl()
#endif
#include <simgear/debug/logstream.hxx>
#include <simgear/io/lowlevel.hxx> // endian tests