aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-03 15:44:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-03 15:44:26 +0000
commit86e0bde995d813803dd41ec6ba5f3911c29d8015 (patch)
treede8a8abdf1eded4d81a11c9b970452f123ccf812 /epan/base64.c
parent2b9d63a4b5ba6b10f596339a317ca36a8d66c460 (diff)
packet-multipart.c:179: warning: unused parameter 'pinfo'
packet-multipart.c:179: warning: unused parameter 'name' ( restore a bit of previous code) Move inclusion of tvbuff.h to base64.c svn path=/trunk/; revision=25909
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 7a5966d843..be9fe3a26f 100644
--- a/epan/base64.c
+++ b/epan/base64.c
@@ -27,6 +27,7 @@
#endif
#include <string.h>
+#include "epan/tvbuff.h"
#include "base64.h"
/* Decode a base64 string in-place - simple and slow algorithm.