aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 01:41:38 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 01:41:38 +0000
commitd399b7ac9031ace67b982040687d6a1a92574bb9 (patch)
treed9c79bb1cdc454712c122fa59cf98b16cf82138a
parentafef2cd8f4449f911d4c374e55c002727aa1057a (diff)
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
-rw-r--r--capture-pcap-util-unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture-pcap-util-unix.c b/capture-pcap-util-unix.c
index cab745184b..2e476ab82b 100644
--- a/capture-pcap-util-unix.c
+++ b/capture-pcap-util-unix.c
@@ -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