summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-02-17 05:56:29 +0000
committerNathan Scott <nathans@sgi.com>2003-02-17 05:56:29 +0000
commit6562399105b5ff0ec4f5ebea154dc7a96b597653 (patch)
tree512471bb3c896b8773ea1d1e0884e8d0476b94b5
parent5c6f21fd08436cc5987c663e7c4b0a6f1318cd10 (diff)
downloadattr-6562399105b5ff0ec4f5ebea154dc7a96b597653.tar.gz
Fix build issue when gettext is disable via configure.
-rw-r--r--include/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in
index df88619..9ef7c63 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -45,5 +45,6 @@
# define textdomain(d) do { } while (0)
# define bindtextdomain(d,dir) do { } while (0)
#endif
+#include <locale.h>
#endif /* __CONFIG_H__ */