about summary refs log tree commit diff stats
path: root/base64.c
diff options
context:
space:
mode:
authorFulton Browne <git@fulton.software>2021-05-15 00:33:11 +0000
committerFulton Browne <git@fulton.software>2021-05-15 00:33:11 +0000
commit2e82773e3f043ce07469425225185fb17def312c (patch)
tree1366cdafd76047e0d2527c858589651587342e2d /base64.c
parent88450878b4671c72726819ec30e627154bc8099f (diff)
downloadbase64-2e82773e3f043ce07469425225185fb17def312c.tar.gz
plan9
Diffstat (limited to 'base64.c')
-rw-r--r--base64.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/base64.c b/base64.c
index 06929db..8a57246 100644
--- a/base64.c
+++ b/base64.c
@@ -7,7 +7,9 @@
 	Thank you for inspiration:
 	http://www.codeproject.com/Tips/813146/Fast-base-functions-for-encode-decode
 */
-
+#include <u.h>
+#include <libc.h>
+#include <stdio.h>
 #include "base64.h"
 
 //Base64 char table - used internally for encoding