aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-02 23:31:37 -0700
committerMichael Mann <mmann78@netscape.net>2016-04-03 14:29:25 +0000
commite63a3f5d812206fa4f97bb54818a6f87ea8ac08e (patch)
treeaddaa4c274f18ad15a6bb03e23c89d9c607bd5d2 /wiretap/pcap-common.h
parent31dd7a2da7d1b5dffcaf30bd853b6165c3d41af8 (diff)
Don't use <wtap.h> to refer to the main libwiretap header file.
Either use "wtap.h", if it's only for files in the wiretap directory, or <wiretap/wtap.h>, if it's also a header that stuff outside libwiretap can include. Change-Id: If1c71b3dae9a3c0d64661ae1734f925319e447d1 Reviewed-on: https://code.wireshark.org/review/14788 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'wiretap/pcap-common.h')
-rw-r--r--wiretap/pcap-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/pcap-common.h b/wiretap/pcap-common.h
index d4fc81c507..fd15ce292a 100644
--- a/wiretap/pcap-common.h
+++ b/wiretap/pcap-common.h
@@ -26,7 +26,7 @@
#define __W_PCAP_COMMON_H__
#include <glib.h>
-#include <wtap.h>
+#include "wtap.h"
#include "ws_symbol_export.h"
extern int pcap_process_pseudo_header(FILE_T fh, int file_type, int wtap_encap,