From: Dhaval Giani Date: Wed, 25 Feb 2009 13:32:48 +0000 (+0000) Subject: libcgroup: Include config.h X-Git-Tag: v0.34~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8ec6796396419b4a1ee966dbc2230510ffc30c;p=thirdparty%2Flibcgroup.git 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 --- 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