summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files/patch-src__miscencdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/wwwoffle/files/patch-src__miscencdec.c')
-rw-r--r--www/wwwoffle/files/patch-src__miscencdec.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wwwoffle/files/patch-src__miscencdec.c b/www/wwwoffle/files/patch-src__miscencdec.c
new file mode 100644
index 000000000000..2dc4855c2a4e
--- /dev/null
+++ b/www/wwwoffle/files/patch-src__miscencdec.c
@@ -0,0 +1,11 @@
+--- src/miscencdec.c.orig Sun Nov 18 11:39:53 2001
++++ src/miscencdec.c Tue Feb 26 21:03:13 2002
+@@ -35,7 +35,7 @@
+ #endif
+
+ #include "misc.h"
+-#include "md5.h"
++#include <md5.h>
+
+
+ /* To understand why the URLDecode*() and URLEncode*() functions are coded this way see README.URL */