build-sys: Fix building without NLS

This commit is contained in:
Arun Raghavan 2011-12-08 14:15:06 +05:30
parent 8942d2369d
commit 30d6303abf
4 changed files with 9 additions and 3 deletions

View file

@ -25,7 +25,10 @@
#include <string.h>
#include <locale.h>
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#ifdef __APPLE__
#include <crt_externs.h>