From 1efc9234ea602ac1d3349458140e4274c3cf5465 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 21 Aug 2018 12:02:47 -0700 Subject: [PATCH] We use errno, so we need to include . Change-Id: Ic6d88c508594aa9daf36bd0a6a9f2fe4f0db71bd Reviewed-on: https://code.wireshark.org/review/29230 Reviewed-by: Guy Harris --- caputils/capture-pcap-util.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include