]> git.sesse.net Git - vlc/blobdiff - src/network/udp.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / network / udp.c
index 6e79f8d23acc1da6e9d86719af3b79eb4681e09c..d0938b9a9cc070118f26fdd3024299644177174d 100644 (file)
@@ -31,7 +31,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <errno.h>