diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-29 00:06:36 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-29 00:06:36 +0000 |
commit | 6472876ab34d2aa016e0b2afa0348d45ce551c86 (patch) | |
tree | d43921a8c5c3de76255c3c98ec29b5589838db95 /gtk/wsp_stat.c | |
parent | 53ab91826b303f7091c411d03e6430c4558d1c99 (diff) | |
download | wireshark-6472876ab34d2aa016e0b2afa0348d45ce551c86.tar.gz wireshark-6472876ab34d2aa016e0b2afa0348d45ce551c86.tar.bz2 wireshark-6472876ab34d2aa016e0b2afa0348d45ce551c86.zip |
Move the tap infrastructure to the epan directory.
svn path=/trunk/; revision=12128
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r-- | gtk/wsp_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c index 4a30dbc65f..45868c3235 100644 --- a/gtk/wsp_stat.c +++ b/gtk/wsp_stat.c @@ -38,7 +38,7 @@ #include "simple_dialog.h" #include "ui_util.h" #include "dlg_utils.h" -#include "tap.h" +#include <epan/tap.h> #include "../register.h" #include "../globals.h" #include "compat_macros.h" |