From 2b8ec6796396419b4a1ee966dbc2230510ffc30c Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Wed, 25 Feb 2009 13:32:48 +0000 Subject: [PATCH] libcgroup: Include config.h From: Jan Safranek config.h (and therefore definition of CGROUP_DEBUG) should be included where appropriate. Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@343 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- cgrulesengd.h | 1 + libcgroup-internal.h | 1 + tools-common.h | 1 + 3 files changed, 3 insertions(+) diff --git a/cgrulesengd.h b/cgrulesengd.h index 1dc5bdae..1f6d9850 100644 --- a/cgrulesengd.h +++ b/cgrulesengd.h @@ -19,6 +19,7 @@ __BEGIN_DECLS +#include "config.h" #include "libcgroup.h" #include diff --git a/libcgroup-internal.h b/libcgroup-internal.h index a94f6cdb..87cef521 100644 --- a/libcgroup-internal.h +++ b/libcgroup-internal.h @@ -18,6 +18,7 @@ __BEGIN_DECLS +#include "config.h" #include #include diff --git a/tools-common.h b/tools-common.h index bb5dd30e..2ef6c908 100644 --- a/tools-common.h +++ b/tools-common.h @@ -18,6 +18,7 @@ #define __TOOLS_COMMON +#include "config.h" #include #ifdef CGROUP_DEBUG -- 2.47.2