aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.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 /reordercap.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 'reordercap.c')
-rw-r--r--reordercap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/reordercap.c b/reordercap.c
index 76bd66d68a..b96b214b1a 100644
--- a/reordercap.c
+++ b/reordercap.c
@@ -36,7 +36,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"