From 6d6376e81f2d799d51bd9e7d936d47a21d69509e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 15 Sep 2019 09:15:31 -0400 Subject: Move the last of the routines from capture_info.c into ui/capture.c. That means the packet-count-during-capture stuff is scattered amongst fewer locations. Move capture_info.h into ui; it's now a header that declares routines whose implementations are GUI-platform-dependent. Change-Id: I475815724a4766f6bc2511e67ebae14865e1a9d1 Reviewed-on: https://code.wireshark.org/review/26249 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- tshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tshark.c') diff --git a/tshark.c b/tshark.c index ee2be90fd3..0ce256c3d7 100644 --- a/tshark.c +++ b/tshark.c @@ -109,7 +109,7 @@ #endif /* _WIN32 */ #include #include -#include +#include #endif /* HAVE_LIBPCAP */ #include "log.h" #include -- cgit v1.2.3