diff options
author | Nathan Scott <nathans@sgi.com> | 2003-02-17 05:56:29 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-02-17 05:56:29 +0000 |
commit | 6562399105b5ff0ec4f5ebea154dc7a96b597653 (patch) | |
tree | 512471bb3c896b8773ea1d1e0884e8d0476b94b5 | |
parent | 5c6f21fd08436cc5987c663e7c4b0a6f1318cd10 (diff) | |
download | attr-6562399105b5ff0ec4f5ebea154dc7a96b597653.tar.gz |
Fix build issue when gettext is disable via configure.
-rw-r--r-- | include/config.h.in | 1 |
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__ */ |