summaryrefslogtreecommitdiff
path: root/epan/base64.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-03 16:11:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-03 16:11:23 +0000
commitd8c21bbe382a1b156e8afda21b5d9a983eae0d72 (patch)
tree53bfac31f7b400db3198dc6fc7036895ef90f790 /epan/base64.h
parent86e0bde995d813803dd41ec6ba5f3911c29d8015 (diff)
downloadwireshark-d8c21bbe382a1b156e8afda21b5d9a983eae0d72.tar.gz
Revert previous checkin.
svn path=/trunk/; revision=25910
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);