From dae4540e417e2bf72dd83b2713a670bde0056ba9 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 21 Jan 2009 16:26:56 -0800 Subject: Move log to library Move the log routines to the petitboot library. The log routines are generic enough to be used for both server and client. Does not change the log source. jk: move to lib/log/ instead of lib/ Signed-off-by: Geoff Levand Signed-off-by: Jeremy Kerr --- discover/udev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discover/udev.c') diff --git a/discover/udev.c b/discover/udev.c index 66d9544..9d62840 100644 --- a/discover/udev.c +++ b/discover/udev.c @@ -11,9 +11,9 @@ #include #include +#include #include "udev.h" -#include "log.h" #include "pb-discover.h" #include "device-handler.h" -- cgit v1.2.1