about summary refs log tree commit diff stats
path: root/base64.c
diff options
context:
space:
mode:
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