summaryrefslogtreecommitdiff
path: root/wiretap/dbs-etherwatch.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
commit311f9acfd5b610444e5545db929ae630789b7be6 (patch)
tree288c6a74a60c7922ee79c506c3c538252db894c2 /wiretap/dbs-etherwatch.h
parent7b75e667749ef166a0190f8ddb376ffec6c61d96 (diff)
downloadwireshark-311f9acfd5b610444e5545db929ae630789b7be6.tar.gz
Fix wiretap headers to allow error-free ABI dumping.
svn path=/trunk/; revision=37543
Diffstat (limited to 'wiretap/dbs-etherwatch.h')
-rw-r--r--wiretap/dbs-etherwatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/dbs-etherwatch.h b/wiretap/dbs-etherwatch.h
index ba122efd87..bb59258d23 100644
--- a/wiretap/dbs-etherwatch.h
+++ b/wiretap/dbs-etherwatch.h
@@ -23,6 +23,8 @@
#ifndef __W_DBS_ETHERWATCH_H__
#define __W_DBS_ETHERWATCH_H__
+#include <glib.h>
+#include <wtap.h>
int dbs_etherwatch_open(wtap *wth, int *err, gchar **err_info);