]> git.sesse.net Git - vlc/blobdiff - src/misc/md5.c
The include vlc_md5.h is in the include path and not local
[vlc] / 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
 /*****************************************************************************