summaryrefslogtreecommitdiff
path: root/src/shared/locale-util.h
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2014-10-12 17:59:03 +0200
committerTom Gundersen <teg@jklm.no>2014-10-31 10:57:21 +0100
commit81a12ba6ec2f8514b7d35f0c39a96cc74bb14019 (patch)
treea564f07e3b09a9c881ac83678e19d53dcf2b83b2 /src/shared/locale-util.h
parent7bd57a87aded06c9812119c4f99d4c22e35e77be (diff)
shared: add missing includes
Diffstat (limited to 'src/shared/locale-util.h')
-rw-r--r--src/shared/locale-util.h4
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. */