diff options
Diffstat (limited to 'www/twhttpd/files/patch-base64.c')
-rw-r--r-- | www/twhttpd/files/patch-base64.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/twhttpd/files/patch-base64.c b/www/twhttpd/files/patch-base64.c new file mode 100644 index 000000000000..225c75284714 --- /dev/null +++ b/www/twhttpd/files/patch-base64.c @@ -0,0 +1,10 @@ +--- base64.c.orig Sun Feb 4 20:11:49 2007 ++++ base64.c Sun Feb 4 20:11:59 2007 +@@ -40,6 +40,7 @@ + #include <stdio.h> + #include <errno.h> + #include <stdlib.h> ++#include <string.h> + #include <unistd.h> + + #include "config.h" |