aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/base64.h')
-rw-r--r--epan/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/base64.h b/epan/base64.h
index 2235237415..ef68eb4f63 100644
--- a/epan/base64.h
+++ b/epan/base64.h
@@ -28,7 +28,7 @@
extern "C" {
#endif /* __cplusplus */
-#include "epan/tvbuff.h"
+#include <epan/tvbuff.h>
/* In-place decoding of a base64 string. */
size_t epan_base64_decode(char *s);