]> git.draconx.ca Git - dxcommon.git/blobdiff - src/help.c
help: Include <locale.h> if NLS is enabled.
[dxcommon.git] / src / help.c
index b09833a4a1cbd3e0a48e2a436cb087876128dcd7..ea817e84ae47e485bfd9425d50510782a5da5294 100644 (file)
@@ -28,6 +28,7 @@
 #endif
 
 #if ENABLE_NLS
+#      include <locale.h>
 #      include <gettext.h>
 #      include <mbswidth.h>
 #else