From b93e5812faffd3b6c5fb349072413aace31918d8 Mon Sep 17 00:00:00 2001 From: Olivier Bailly Date: Wed, 17 Nov 2010 11:47:23 -0800 Subject: Add missing headers for compilation on x86 targets Change-Id: I5f4dc797b353a0f01fa00d38375ec303bf863254 --- init/devices.c | 1 + init/keychords.c | 2 ++ init/list.h | 2 ++ 3 files changed, 5 insertions(+) (limited to 'init') diff --git a/init/devices.c b/init/devices.c index db229d36..036b8f75 100644 --- a/init/devices.c +++ b/init/devices.c @@ -15,6 +15,7 @@ */ #include +#include #include #include #include diff --git a/init/keychords.c b/init/keychords.c index 53ab3911..892cbdf8 100644 --- a/init/keychords.c +++ b/init/keychords.c @@ -17,9 +17,11 @@ #include #include #include +#include #include #include #include +#include #include "init.h" #include "log.h" diff --git a/init/list.h b/init/list.h index 0a7b28c8..7b9ef32f 100644 --- a/init/list.h +++ b/init/list.h @@ -17,6 +17,8 @@ #ifndef _INIT_LIST_H_ #define _INIT_LIST_H_ +#include + struct listnode { struct listnode *next; -- cgit v1.2.3