OpenBSD compile fixes, patch provided by Jonathan Gray (#4994)

This commit is contained in:
Thilo Schulz 2011-06-06 14:59:54 +00:00
parent e676b41c8f
commit bd2b704c91
2 changed files with 4 additions and 5 deletions

View file

@ -63,11 +63,11 @@ static qboolean winsockInitialized = qfalse;
# define _BSD_SOCKLEN_T_
# endif
# include <arpa/inet.h>
# include <sys/socket.h>
# include <errno.h>
# include <netdb.h>
# include <netinet/in.h>
# include <sys/socket.h>
# include <arpa/inet.h>
# include <net/if.h>
# include <sys/ioctl.h>
# include <sys/types.h>