4c86144fb2
PR: ports/44360 Submitted by: Volker Stolz <vs@lambda.foldr.org>
7 lines
189 B
C++
7 lines
189 B
C++
--- base64.cpp.orig Mon Oct 21 23:29:39 2002
|
|
+++ base64.cpp Mon Oct 21 23:29:56 2002
|
|
@@ -1,3 +1,4 @@
|
|
+#include <string.h>
|
|
|
|
/* Convert to Base64 encoding */
|
|
static char to_base64[64] = {
|