aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 04:34:35 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 04:34:35 +0000
commitefdd4601ce903f9f2a185b627d67dc2d4cdd26c3 (patch)
tree385faf4ceadb47ec859ece4217be8368219067fe /epan/base64.c
parent37a3b7529fc48686a851320b08c87653e6af8306 (diff)
Fix more "no previous declaration" warnings
svn path=/trunk/; revision=15171
Diffstat (limited to 'epan/base64.c')
-rw-r--r--epan/base64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/base64.c b/epan/base64.c
index 48456e3728..2d7f034871 100644
--- a/epan/base64.c
+++ b/epan/base64.c
@@ -27,6 +27,7 @@
#endif
#include <string.h>
+#include "base64.h"
/* Decode a base64 string in-place - simple and slow algorithm.
Return length of result. Taken from rproxy/librsync/base64.c by