]> git.sesse.net Git - vlc/blobdiff - src/network/httpd.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / network / httpd.c
index 7a7ef80751d62eaf1fc90c3d464bce09ce5eddc0..7283060d62469dc5b5e63f9b1b172c0d3d035e95 100644 (file)
@@ -27,7 +27,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_httpd.h>
 
 #ifdef ENABLE_HTTPD