aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.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 /editcap.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 'editcap.c')
-rw-r--r--editcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editcap.c b/editcap.c
index fc38be24f6..7e3d3e3137 100644
--- a/editcap.c
+++ b/editcap.c
@@ -58,7 +58,7 @@
#include <zlib.h> /* to get the libz version number */
#endif
-#include "wtap.h"
+#include <wiretap/wtap.h>
#ifndef HAVE_GETOPT_LONG
#include "wsutil/wsgetopt.h"