From 213189ef9e7bbd851e145e1cfb1067c7b2b72de8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 23 Jun 2014 16:48:41 -0700 Subject: Move the routines to talk to dumpcap into a static libcapchild. This pulls some stuff out of the top-level directory, and means we don't have to build them once for every program using them. Change-Id: I37b31fed20f2d5c3563ecd2bae9fd86af70afff5 Reviewed-on: https://code.wireshark.org/review/2591 Reviewed-by: Guy Harris --- capture_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index 9439c4e958..dafa4957bf 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -34,7 +34,7 @@ # include /* for gid_t */ #endif -#include "capture_ifinfo.h" +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.1