From: Jeremy Kerr Date: Tue, 3 Apr 2007 05:08:23 +0000 (+1000) Subject: Fix includes for new libtwin X-Git-Tag: v0.0.1~28 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=1da69f731ac08e3f8c7900135fbf0a933e752455 Fix includes for new libtwin Updates to libtwin mean that we need to do a little more #include-ing of our own. Signed-off-by: Jeremy Kerr --- diff --git a/devices.c b/devices.c index 0a06450..43a388d 100644 --- a/devices.c +++ b/devices.c @@ -1,4 +1,5 @@ #include +#include #include #include #include diff --git a/petitboot.c b/petitboot.c index 928bbe0..dfb293c 100644 --- a/petitboot.c +++ b/petitboot.c @@ -1,4 +1,5 @@ #include +#include #include #include #include