From 2182f784f06dd0bf7e3b82d91c2f29bde71dfadf Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Sun, 18 Nov 2012 15:00:51 -0500 Subject: Include dev-setup.h and cgroup-util.h to explicitly declare functions Clang 3.1 indicated that we had implicitly declared several, which is illegal in C99. Signed-off-by: Richard Yao --- src/udev/udevd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/udev/udevd.c b/src/udev/udevd.c index bd650a1f6b..bc7b578f35 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -47,8 +47,8 @@ #include "udev.h" #include "def.h" #include "sd-daemon.h" -//#include "cgroup-util.h" -//#include "dev-setup.h" +#include "cgroup-util.h" +#include "dev-setup.h" static bool debug; -- cgit v1.2.3-54-g00ecf