diff options
-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__ */ |