From 68ba7966ebaff30646c34c5007b08631f4c1c0e4 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 16 May 2010 19:16:42 +0200 Subject: fixed gettext support in playlist.c --- playlist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index 1ff7b9f0..47054e7e 100644 --- a/playlist.c +++ b/playlist.c @@ -15,9 +15,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -//#ifdef HAVE_CONFIG_H -//# include -//#endif +#ifdef HAVE_CONFIG_H +# include +#endif #include #include #include -- cgit v1.2.3