1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-12 21:27:42 +00:00

ng_ipaddr.h must include netinet/in.h.

compile on FreeBSD 5.4 failed with:
./../ipaddr/ng_ipaddr.h:34: error: field `sin4' has incomplete type

Reported and tested by Jefferson S Almeida.
This commit is contained in:
Florian Westphal
2008-05-10 21:49:51 +02:00
parent 0510bbe958
commit d9c26f3aeb
3 changed files with 2 additions and 4 deletions

View File

@@ -14,9 +14,6 @@
#include <netdb.h>
#include <sys/types.h>
#endif
#include <sys/socket.h>
#include <netinet/in.h>
#include "ng_ipaddr.h"