From: Nick Bowler Date: Wed, 24 Nov 2021 01:45:02 +0000 (-0500) Subject: help: Include if NLS is enabled. X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/6532aaac91a7efd99eb74726679c4000459e7bb3 help: Include if NLS is enabled. It seems gettext.h, at least the version in gnulib, expects LC_MESSAGES to be available in some scenarios but does not include which provides it. --- diff --git a/src/help.c b/src/help.c index b09833a..ea817e8 100644 --- a/src/help.c +++ b/src/help.c @@ -28,6 +28,7 @@ #endif #if ENABLE_NLS +# include # include # include #else