We need AF_INET6 on linux, so include netdb.h if available.

Add dumpcap to svn:ignore.


svn path=/trunk/; revision=16676
This commit is contained in:
Jörg Mayer 2005-12-04 23:50:57 +00:00
parent 0b02bdbb43
commit d8c09f7f2e
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#include "getopt.h"
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef _WIN32 /* Needed for console I/O */
#include <conio.h>
#endif