From db8c0abefce8900c52b304d25878abf835cb5aac Mon Sep 17 00:00:00 2001 From: Jordan Crouse Date: Mon, 24 Nov 2008 17:54:46 +0000 Subject: [PATCH] libpayload: rename config.h to libpayload-config.h Rename the generated config file to libpayload-config.h to differenciate it from other config.h files. Move the default location of the file to $(src)/include so that LIBPAYLOAD_PREFIX= users can access the file without staging it. Signed-off-by: Jordan Crouse Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3768 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- payloads/libpayload/sample/hello.c | 1 + 1 file changed, 1 insertion(+) (limited to 'payloads/libpayload/sample') diff --git a/payloads/libpayload/sample/hello.c b/payloads/libpayload/sample/hello.c index 8112501474..677a96fc8c 100644 --- a/payloads/libpayload/sample/hello.c +++ b/payloads/libpayload/sample/hello.c @@ -29,6 +29,7 @@ /* Example file for libpayload. */ +#include #include int main(void) -- cgit v1.2.3