aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-03 16:11:23 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-03 16:11:23 +0000
commit44ea2f2f40ebdb9d4ebb650ef1e3436a2fd9b336 (patch)
tree53bfac31f7b400db3198dc6fc7036895ef90f790 /epan/base64.h
parent089a192171ed5461d2567d1d27024a27dd38f232 (diff)
Revert previous checkin.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25910 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/base64.h')
-rw-r--r--epan/base64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/base64.h b/epan/base64.h
index 0a1b94709e..ffef8ebf17 100644
--- a/epan/base64.h
+++ b/epan/base64.h
@@ -28,6 +28,7 @@
extern "C" {
#endif /* __cplusplus */
+#include "epan/tvbuff.h"
/* In-place decoding of a base64 string. */
size_t epan_base64_decode(char *s);