mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
4c86144fb2
PR: ports/44360 Submitted by: Volker Stolz <vs@lambda.foldr.org>
8 lines
189 B
C++
8 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] = {
|