summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-04-03 15:08:23 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-03 15:08:23 +1000
commit1da69f731ac08e3f8c7900135fbf0a933e752455 (patch)
tree211f7d263a5d82f893994c1e8ab84104cecf5481
parent3f52e6ea11997bc36a1d8c3e4a7b41dde02cd711 (diff)
downloadtalos-petitboot-1da69f731ac08e3f8c7900135fbf0a933e752455.tar.gz
talos-petitboot-1da69f731ac08e3f8c7900135fbf0a933e752455.zip
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 <jk@ozlabs.org>
-rw-r--r--devices.c1
-rw-r--r--petitboot.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/devices.c b/devices.c
index 0a06450..43a388d 100644
--- a/devices.c
+++ b/devices.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
diff --git a/petitboot.c b/petitboot.c
index 928bbe0..dfb293c 100644
--- a/petitboot.c
+++ b/petitboot.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
OpenPOWER on IntegriCloud