wsockd: include stdinc.h so that sys/types.h is included on FreeBSD 4.8
This commit is contained in:
parent
7c7cf006ca
commit
0e0d823a5d
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
* 34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "stdinc.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h> // for htonl()
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue