mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-24 04:01:37 +00:00
fix a compile bug for some systems
This commit is contained in:
parent
7dd9a2f783
commit
d072faf29c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_NETINET_IN_H
|
#ifdef HAVE_NETINET_IN_H
|
||||||
# include <netinet/in.h>
|
# include <netinet/in.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue