mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-19 12:02:52 +00:00
Only include <netinet/in_systm.h> if it exists
This commit is contained in:
parent
6b0bb665c3
commit
b042363e88
@ -37,7 +37,9 @@
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifdef HAVE_NETINET_IP_H
|
||||
# include <netinet/in_systm.h>
|
||||
# ifdef HAVE_NETINET_IN_SYSTM_H
|
||||
# include <netinet/in_systm.h>
|
||||
# endif
|
||||
# include <netinet/ip.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user