aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/5views.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/5views.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/5views.h')
-rw-r--r--wiretap/5views.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/5views.h b/wiretap/5views.h
index 26240fa213..ae0323b375 100644
--- a/wiretap/5views.h
+++ b/wiretap/5views.h
@@ -21,7 +21,7 @@
#ifndef __5VIEWS_H__
#define __5VIEWS_H__
#include <glib.h>
-#include <wtap.h>
+#include "wtap.h"
wtap_open_return_val _5views_open(wtap *wth, int *err, gchar **err_info);
gboolean _5views_dump_open(wtap_dumper *wdh, int *err);