added include line for suse and freebsd versions

origin
stpohle 23 years ago
parent e4841267fc
commit 6ecc21c17d

@ -1,4 +1,4 @@
/* $Id: udp.c,v 1.7 2003/05/08 14:35:49 stpohle Exp $ */ /* $Id: udp.c,v 1.8 2003/05/12 12:36:34 stpohle Exp $ */
/* udp.c code for the network /* udp.c code for the network
File Version 0.2 File Version 0.2
*/ */
@ -10,6 +10,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/types.h> #include <sys/types.h>
#include <time.h> #include <time.h>
#include <sys/time.h>
#ifdef _WIN32 #ifdef _WIN32
#include <winsock.h> #include <winsock.h>
#include <io.h> #include <io.h>

Loading…
Cancel
Save