aboutsummaryrefslogtreecommitdiff
path: root/src/update_remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/update_remove.c')
-rw-r--r--src/update_remove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update_remove.c b/src/update_remove.c
index f443f5eb..3dd67da6 100644
--- a/src/update_remove.c
+++ b/src/update_remove.c
@@ -24,7 +24,7 @@
#include "playlist.h"
#include "main.h"
-#ifdef ENABLE_SQLITE
+#if CONFIG_LIBSQLITE3
#include "sticker.h"
#include "song_sticker.h"
#endif
@@ -53,7 +53,7 @@ song_remove_event(void)
g_message("removing %s", uri);
g_free(uri);
-#ifdef ENABLE_SQLITE
+#if CONFIG_LIBSQLITE3
/* if the song has a sticker, remove it */
if (sticker_enabled())
sticker_song_delete(removed_song);