summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files/patch-ab
blob: 2dc4855c2a4e0e156c1e733b41f8807ce1a147fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 */