From 2b8ec6796396419b4a1ee966dbc2230510ffc30c Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Wed, 25 Feb 2009 13:32:48 +0000 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'cgrulesengd.h') 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 -- cgit