dect
/
libpcap
Archived
13
0
Fork 0

From an anonymous Sourceforge user: include <net/if.h> to declare the

IFF_ flags.
This commit is contained in:
guy 2002-08-26 09:50:45 +00:00
parent bf2270da5b
commit d698d6aed8
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.2 2002-07-30 08:12:13 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.3 2002-08-26 09:50:45 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -44,6 +44,8 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>