aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.h
diff options
context:
space:
mode:
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-04 21:20:57 +0000
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-04 21:20:57 +0000
commitf294012a0d1978a397e942b9c5f92e9456a1be7a (patch)
tree288c6a74a60c7922ee79c506c3c538252db894c2 /wiretap/file_wrappers.h
parent89f32143d932ae868c6889ccc97ebbd8b58c138c (diff)
Fix wiretap headers to allow error-free ABI dumping.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37543 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/file_wrappers.h')
-rw-r--r--wiretap/file_wrappers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiretap/file_wrappers.h b/wiretap/file_wrappers.h
index cf223f4332..5ae970ef6b 100644
--- a/wiretap/file_wrappers.h
+++ b/wiretap/file_wrappers.h
@@ -23,6 +23,10 @@
#ifndef __FILE_H__
#define __FILE_H__
+#include <glib.h>
+#include <wtap.h>
+#include <wsutil/file_util.h>
+
extern gint64 file_seek(FILE_T stream, gint64 offset, int whence, int *err);
extern gint64 file_tell(FILE_T stream);
extern gint64 file_tell_raw(FILE_T stream);