aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-13 18:36:46 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-13 18:36:46 +0000
commitd7319ab050eb8bd2d4c320a1f968829b2480b913 (patch)
tree1c445c337bea547719bf55279ac6422d99e88f07 /wsutil
parentc888610eb2f5af2fc40b76383643244d36e1b354 (diff)
Don't include files from epan in wsutil.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38989 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/airpdcap_wep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/airpdcap_wep.c b/wsutil/airpdcap_wep.c
index 57b047fab7..6689535885 100644
--- a/wsutil/airpdcap_wep.c
+++ b/wsutil/airpdcap_wep.c
@@ -40,7 +40,7 @@
/************************************************************************/
/* File includes */
-#include <epan/tvbuff.h>
+#include <glib.h>
#include "crc32.h"
/************************************************************************/