include netinet/in.h so that INADDR_ANY is #defined on FreeBSD

SVN revision: 7506
This commit is contained in:
vacuum 2003-10-06 15:36:19 +00:00 committed by vacuum
parent b6c990edae
commit 64231c6d19
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <sys/stat.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/un.h>
#include <errno.h>
#include <unistd.h>