aboutsummaryrefslogtreecommitdiffstats
path: root/mergecap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-05 16:24:52 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-06 00:25:19 +0000
commit71c603b2fc8c62651485b550494ee30da6c75cb5 (patch)
tree0a712feaff2ecc7c1b0ab813ddbfe0a5837a2a6c /mergecap.c
parent7604371a261857b40a136bef32dc9f47ef27022c (diff)
Clean up more includes of wtap.h.
Change-Id: Ie53b64f7e5b39a50dffb62fc0b886da71e0a3bd2 Reviewed-on: https://code.wireshark.org/review/13066 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'mergecap.c')
-rw-r--r--mergecap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mergecap.c b/mergecap.c
index ef167d0587..5c27447c0c 100644
--- a/mergecap.c
+++ b/mergecap.c
@@ -39,7 +39,8 @@
#endif
#include <string.h>
-#include "wtap.h"
+
+#include <wiretap/wtap.h>
#ifndef HAVE_GETOPT_LONG
#include <wsutil/wsgetopt.h>