From 994ffdbde3b12429578a33dcf18204b9d813311f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 17:48:00 +0200 Subject: 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. --- src/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.c') 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" -- cgit v1.2.3