Skip to content

Commit ec4288c

Browse files
committed
cgroup.c: fix some compilation warnings
Fix the following warnings: | cgroup.c:296:13: warning: implicit declaration of function 'conf_any_change' [-Wimplicit-function-declaration] | cgroup.c:297:17: warning: implicit declaration of function 'service_reload_dynamic' [-Wimplicit-function-declaration] Signed-off-by: Ming Liu <[email protected]>
1 parent c6935f3 commit ec4288c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cgroup.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
#include "cgroup.h"
3838
#include "finit.h"
3939
#include "iwatch.h"
40+
#include "conf.h"
41+
#include "service.h"
4042
#include "log.h"
4143
#include "util.h"
4244

0 commit comments

Comments
 (0)