Josh Coalson
2007-07-31 00:39:46 +00:00
parent 7992b9428d
commit 4d8060421b
4 changed files with 7 additions and 2 deletions

View File

@@ -39,6 +39,8 @@
#include <winsock.h> /* for ntohl() */
#elif defined FLAC__SYS_DARWIN
#include <machine/endian.h> /* for ntohl() */
#elif defined __MINGW32__
#include <winsock.h> /* for ntohl() */
#else
#include <netinet/in.h> /* for ntohl() */
#endif