]> git.sesse.net Git - vlc/blobdiff - modules/misc/notify/xosd.c
Did I loose the count ?
[vlc] / modules / misc / notify / xosd.c
index cd4621dd105536401d8a5804733b1a1ff72db7c4..9ad7c0555117e66f8847713557decf58c5f8f28c 100644 (file)
@@ -28,7 +28,9 @@
 #include <string.h>
 
 #include <xosd.h>
-
+#include <vlc/vlc.h>
+#include <vlc_playlist.h>
+#include <vlc_item.h>
 #include <vlc_interface.h>
 
 #ifdef HAVE_UNISTD_H