In a source file that defines external functions, the header file that

declares the functions must be included, in order to make sure the
declarations match the function signature.  Make it so.

svn path=/trunk/; revision=54749
This commit is contained in:
Guy Harris 2014-01-14 01:41:38 +00:00
parent afef2cd8f4
commit d399b7ac90
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ struct rtentry;
#endif /* HAVE_PCAP_FINDALLDEVS */
#include "capture_ifinfo.h"
#include "capture-pcap-util.h"
#include "capture-pcap-util-int.h"
#ifdef HAVE_PCAP_REMOTE