aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-02 17:48:00 +0200
committerMax Kellermann <max@duempel.org>2008-10-02 17:48:00 +0200
commit994ffdbde3b12429578a33dcf18204b9d813311f (patch)
tree1b6412bd29fd87cd5c05b46d05a5e3d25af48feb /src/command.c
parent4522707accad358bd3098a6b1dd6966da5564610 (diff)
downloadmpd-994ffdbde3b12429578a33dcf18204b9d813311f.tar.gz
mpd-994ffdbde3b12429578a33dcf18204b9d813311f.tar.xz
mpd-994ffdbde3b12429578a33dcf18204b9d813311f.zip
moved i18n macros to i18n.h
Don't make everybody include ncmpc.h just to have generic features. Move generic i18n macros to a separate header.
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 0ae903381..71ae50e7d 100644
--- a/src/command.c
+++ b/src/command.c
@@ -21,6 +21,7 @@
#include "command.h"
#include "config.h"
#include "ncmpc.h"
+#include "i18n.h"
#include "mpdclient.h"
#include "screen.h"