mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
freebsd compile fix
This commit is contained in:
parent
60289d86e4
commit
2e97cfddac
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ static const char rcsid[] =
|
|||
#ifdef HAVE_SYS_SOCKET_H
|
||||
# include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
# include <arpa/inet.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue