summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-02-10 12:56:53 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-02-12 20:44:32 +0100
commitc1ff5570f4a04bb9aedea444c12dce81679224ec (patch)
tree57a32227b50c451f6365a88e3994a23867039c17 /src/core/cgroup.h
parent76f282c636f33b41bdbc93a5b2945945ee0029bf (diff)
Add missing includes in header files
This fixes various issues found by globally reordering the include sections of all .c files.
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r--src/core/cgroup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 7150e5e7e2..8fa851de32 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -21,7 +21,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <stdbool.h>
+
#include "list.h"
+#include "time-util.h"
typedef struct CGroupContext CGroupContext;
typedef struct CGroupDeviceAllow CGroupDeviceAllow;