aboutsummaryrefslogtreecommitdiff
path: root/src/update_db.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 17:50:30 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 17:50:30 +0100
commitac3ad452c03292e4c57b0d0e21c2dd407eb03a27 (patch)
tree10e12f06f7a62a0cab6eb0bf06a4e8a09e2d0d78 /src/update_db.c
parent027c01511cfb8eac1a2e3f9fc54cfbb2bf968870 (diff)
playlist_vector: use the list_head library
Diffstat (limited to 'src/update_db.c')
-rw-r--r--src/update_db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update_db.c b/src/update_db.c
index 2ead6d43..c6636de1 100644
--- a/src/update_db.c
+++ b/src/update_db.c
@@ -22,6 +22,7 @@
#include "update_remove.h"
#include "directory.h"
#include "song.h"
+#include "playlist_vector.h"
#include "db_lock.h"
#include <glib.h>