aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.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/screen.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/screen.c')
-rw-r--r--src/screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c
index d0a3c7467..da758b10d 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -23,6 +23,7 @@
#include "screen_utils.h"
#include "config.h"
#include "ncmpc.h"
+#include "i18n.h"
#include "support.h"
#include "mpdclient.h"
#include "utils.h"