fix dnd added empty file path to the playlist
[uwplayer.git] / application / playlist.c
index eb9dfc0..e32110d 100644 (file)
@@ -28,6 +28,7 @@
 #include "utils.h"
 
 #include <cx/array_list.h>
+#include <cx/linked_list.h>
 
 void PlayListInit(MainWindow *win) {
     win->playlist.tracks = cxArrayListCreate(cxDefaultAllocator, NULL, CX_STORE_POINTERS, 64);