summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:02:53 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-18 12:02:53 +0200
commit78bf582fb29151a916d2c93e9f056d9464d1f997 (patch)
tree3f496d985eb4108dc4e3f8a12b3e3ee0557eb8f9 /plugins/gtkui/trkproperties.c
parent9d08630aea8485c5e22efc0745a5cbca1f5bf9e4 (diff)
dragndrop move/copy action selection
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index a4a9462e..f4ce782f 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -25,6 +25,8 @@
#include "support.h"
#include "../../deadbeef.h"
#include "gtkui.h"
+#include "mainplaylist.h"
+#include "search.h"
static GtkWidget *trackproperties;
static DB_playItem_t *track;