aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-pcap-util.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-08-21 12:02:47 -0700
committerGuy Harris <guy@alum.mit.edu>2018-08-21 19:03:24 +0000
commit1efc9234ea602ac1d3349458140e4274c3cf5465 (patch)
tree2834a599c947b2ed98cd40cf6925211fcf4a4552 /caputils/capture-pcap-util.c
parent5a3c6cb3fc5ac1d1630c782bdc958e1bd8186e6e (diff)
We use errno, so we need to include <errno.h>.
Change-Id: Ic6d88c508594aa9daf36bd0a6a9f2fe4f0db71bd Reviewed-on: https://code.wireshark.org/review/29230 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils/capture-pcap-util.c')
-rw-r--r--caputils/capture-pcap-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/caputils/capture-pcap-util.c b/caputils/capture-pcap-util.c
index da44848173..88419676bd 100644
--- a/caputils/capture-pcap-util.c
+++ b/caputils/capture-pcap-util.c
@@ -18,6 +18,7 @@
#include <stdio.h>
#include <limits.h>
#include <string.h>
+#include <errno.h>
#include <sys/types.h>