aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-05 23:09:20 +0200
committerMax Kellermann <max@duempel.org>2011-09-06 00:03:51 +0200
commit6a6f28668f3c0e7a3a5dcc01def62f311b06f210 (patch)
tree6819854c19ed50183253ec427fdefc69052844f3 /src/command.c
parentdadf1339b57d76057b7a66dce7d3b7b2f7d796f6 (diff)
downloadmpd-6a6f28668f3c0e7a3a5dcc01def62f311b06f210.tar.gz
mpd-6a6f28668f3c0e7a3a5dcc01def62f311b06f210.tar.xz
mpd-6a6f28668f3c0e7a3a5dcc01def62f311b06f210.zip
dbUtils: move code to db_print.c
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index dfa3688e0..e8bbf2318 100644
--- a/src/command.c
+++ b/src/command.c
@@ -42,6 +42,7 @@
#include "output_print.h"
#include "locate.h"
#include "dbUtils.h"
+#include "db_print.h"
#include "tag.h"
#include "client.h"
#include "client_idle.h"