]> git.sesse.net Git - vlc/blobdiff - src/stream_output/sap.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / stream_output / sap.c
index ba9fdeeb23ae5b45ae5e3d18934e7b7c555d3f7a..9592f3a6781483630279f15d789fba78d884606b 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <stdlib.h>                                                /* free() */
 #include <stdio.h>                                              /* sprintf() */