From 81a12ba6ec2f8514b7d35f0c39a96cc74bb14019 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Sun, 12 Oct 2014 17:59:03 +0200 Subject: shared: add missing includes --- src/shared/locale-util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shared/locale-util.h') diff --git a/src/shared/locale-util.h b/src/shared/locale-util.h index d7a3e4fae6..e48aa3d9af 100644 --- a/src/shared/locale-util.h +++ b/src/shared/locale-util.h @@ -21,6 +21,10 @@ along with systemd; If not, see . ***/ +#include + +#include "macro.h" + typedef enum LocaleVariable { /* We don't list LC_ALL here on purpose. People should be * using LANG instead. */ -- cgit v1.2.3-54-g00ecf