wsockd: include stdinc.h so that sys/types.h is included on FreeBSD 4.8

This commit is contained in:
Simon Arlott 2016-05-12 12:39:46 +01:00
parent 7c7cf006ca
commit 0e0d823a5d
No known key found for this signature in database
GPG Key ID: C8975F2043CA5D24
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
* 34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
*/
#include <string.h>
#include "stdinc.h"
#ifdef _WIN32
#include <winsock2.h> // for htonl()
#else