From c1ff5570f4a04bb9aedea444c12dce81679224ec Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 10 Feb 2015 12:56:53 +0100 Subject: Add missing includes in header files This fixes various issues found by globally reordering the include sections of all .c files. --- src/core/cgroup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/cgroup.h') 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 . ***/ +#include + #include "list.h" +#include "time-util.h" typedef struct CGroupContext CGroupContext; typedef struct CGroupDeviceAllow CGroupDeviceAllow; -- cgit v1.2.3-54-g00ecf