aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:51:13 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:51:13 +0000
commit2046b144d9c02dea31f53230b217e24551799ab5 (patch)
treed6c01dfb0de9406c53878cf6f7b891c0dff48892 /epan/base64.h
parent66afe840750a022fdffdd4b607fcaa3d08d36809 (diff)
Sanitize epan includes
svn path=/trunk/; revision=29502
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);