summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files/patch-src__miscencdec.c
blob: 233de01bbe106c03e41131a6407ba43961b2daf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/miscencdec.c.orig	2016-02-26 15:58:08 UTC
+++ src/miscencdec.c
@@ -31,7 +31,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 */