From beaa856a8f906d6213fae2d0af7c21046e81cde2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Sun, 2 Oct 2005 16:33:02 +0000 Subject: [PATCH] The include vlc_md5.h is in the include path and not local --- src/misc/md5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/md5.c b/src/misc/md5.c index 99e7dac98d..48d817f857 100644 --- a/src/misc/md5.c +++ b/src/misc/md5.c @@ -24,7 +24,7 @@ #include #include -#include "vlc_md5.h" +#include #ifdef WORDS_BIGENDIAN /***************************************************************************** -- 2.39.2