From ed8a7d84428ec945c48b6b53dc5a3a18fabaf683 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 19 Apr 2010 17:05:34 -0700 Subject: init: Move list and log handling to list.h and log.h Change-Id: I298f575c590d0f28b7ad78747f3ebdbba56b7a27 --- init/parser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init/parser.c') diff --git a/init/parser.c b/init/parser.c index b045216f..b085da87 100644 --- a/init/parser.c +++ b/init/parser.c @@ -11,6 +11,8 @@ #include "property_service.h" #include "parser.h" #include "util.h" +#include "list.h" +#include "log.h" #include -- cgit v1.2.3