Include inet_v6defs.h if needed to declare inet_ntop().

svn path=/trunk/; revision=32720
This commit is contained in:
Guy Harris 2010-05-08 01:15:56 +00:00
parent 31fbc9f528
commit 3debd13524
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@
#include <arpa/inet.h>
#endif
#ifdef NEED_INET_V6DEFS_H
# include "inet_v6defs.h"
#endif
#if defined(__APPLE__) && defined(__LP64__)
#include <sys/utsname.h>
#endif