summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgrulesengd.h1
-rw-r--r--libcgroup-internal.h1
-rw-r--r--tools-common.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/cgrulesengd.h b/cgrulesengd.h
index 1dc5bda..1f6d985 100644
--- a/cgrulesengd.h
+++ b/cgrulesengd.h
@@ -19,6 +19,7 @@
__BEGIN_DECLS
+#include "config.h"
#include "libcgroup.h"
#include <linux/connector.h>
diff --git a/libcgroup-internal.h b/libcgroup-internal.h
index a94f6cd..87cef52 100644
--- a/libcgroup-internal.h
+++ b/libcgroup-internal.h
@@ -18,6 +18,7 @@
__BEGIN_DECLS
+#include "config.h"
#include <libcgroup.h>
#include <limits.h>
diff --git a/tools-common.h b/tools-common.h
index bb5dd30..2ef6c90 100644
--- a/tools-common.h
+++ b/tools-common.h
@@ -18,6 +18,7 @@
#define __TOOLS_COMMON
+#include "config.h"
#include <libcgroup.h>
#ifdef CGROUP_DEBUG