1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 16:03:14 +02:00
This commit is contained in:
codemastr
2002-03-05 19:34:10 +00:00
parent 104e7200f5
commit b8fecd310f
+2 -1
View File
@@ -31,8 +31,9 @@ extern int errno; /* ...seems that errno.h doesn't define this everywhere */
extern char *sys_errlist[];
#endif
#include <sys/types.h>
#ifndef _WIN32
#include <sys/socket.h>
#endif
#ifdef DEBUGMODE
int writecalls = 0, writeb[10] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
#endif