blob: 2dc4855c2a4e0e156c1e733b41f8807ce1a147fb (
plain) (
tree)
|
|
--- 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 */
|