On Tue, Jan 28, 2020 at 01:11:34PM +0000, Daniel P. Berrangé wrote:
On macOS some definitions are in xlocale.h, instead of in
locale.h. GNULIB hides this difference by making the latter
include the former.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
configure.ac | 1 +
src/util/virgettext.c | 3 +++
src/util/virstring.c | 3 +++
tests/vshtabletest.c | 3 +++
4 files changed, 10 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>