]> git.sesse.net Git - vlc/commitdiff
The include vlc_md5.h is in the include path and not local
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 2 Oct 2005 16:33:02 +0000 (16:33 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 2 Oct 2005 16:33:02 +0000 (16:33 +0000)
src/misc/md5.c

index 99e7dac98d9bdb330cd62693c6dd450bcd0657ed..48d817f857979bf00285a21c80a4af3529565dd5 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <string.h>
 #include <vlc/vlc.h>
-#include "vlc_md5.h"
+#include <vlc_md5.h>
 
 #ifdef WORDS_BIGENDIAN
 /*****************************************************************************