container: include stdbool.h
[project/procd.git] / container.h
index 7fb07683fde9836c24e41ad5c785f24cf85282a9..d33fa3266dc09e627ace4f8397796ad018d853b2 100644 (file)
@@ -13,7 +13,9 @@
 
 #ifndef __CONTAINER_H
 #define __CONTAINER_H
+
 #include <stdlib.h>
+#include <stdbool.h>
 
 static inline bool is_container() {
        return !!getenv("container");