summaryrefslogtreecommitdiff
path: root/tap-wspstat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-19 10:00:14 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-19 10:00:14 +0000
commit4ddd504bb4bdcdf0b3d7e9a462046adfa9c6bab3 (patch)
tree53684689f35f4425842dc7e9424ed865176114a7 /tap-wspstat.c
parent0a1de06a249a376ecad78bb54bf200554ec427b0 (diff)
downloadwireshark-4ddd504bb4bdcdf0b3d7e9a462046adfa9c6bab3.tar.gz
Move the stats.[ch] stuff into epan, so plugins can use it.
svn path=/trunk/; revision=15429
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r--tap-wspstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c
index a5d744e9c9..70ab019a08 100644
--- a/tap-wspstat.c
+++ b/tap-wspstat.c
@@ -40,7 +40,7 @@
#include <string.h>
#include "epan/packet_info.h"
#include <epan/tap.h>
-#include "stat.h"
+#include <epan/stat.h>
#include "register.h"
#include "epan/value_string.h"
#include <epan/dissectors/packet-wsp.h>