Include <arpa/inet.h> if HAVE_ARPA_INET_H is defined

This commit is contained in:
Yang Tse 2009-04-27 23:59:41 +00:00
parent 535b7c5e0f
commit af41fb79b5
3 changed files with 7 additions and 6 deletions

View file

@ -65,6 +65,9 @@
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_ARPA_TFTP_H
#include <arpa/tftp.h>
#else