freebsd-ports/www/wwwoffle/files/patch-ab
Munechika SUMIKAWA 221623e7e6 Upgrade to 2.7.
2002-02-26 21:52:33 +00:00

11 lines
287 B
Text

--- 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 */