diff options
Diffstat (limited to 'src/shared/locale-util.h')
-rw-r--r-- | src/shared/locale-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. ***/ +#include <stdbool.h> + +#include "macro.h" + typedef enum LocaleVariable { /* We don't list LC_ALL here on purpose. People should be * using LANG instead. */ |