aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/base64.h')
-rw-r--r--epan/base64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/base64.h b/epan/base64.h
index ef68eb4f63..8b18616efb 100644
--- a/epan/base64.h
+++ b/epan/base64.h
@@ -24,11 +24,12 @@
#ifndef __BASE64_H__
#define __BASE64_H__
+#include <epan/tvbuff.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
-#include <epan/tvbuff.h>
/* In-place decoding of a base64 string. */
size_t epan_base64_decode(char *s);