summaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/local.h
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-08-11 17:10:58 +0000
committerJordan Crouse <jordan.crouse@amd.com>2008-08-11 17:10:58 +0000
commit12e27266c3cb9bd1499731a5c52da7ce565d7912 (patch)
tree82faa71bf727440fa3a5146861594a088a7b14a0 /payloads/libpayload/curses/local.h
parent5e354b7a43df8626216a5dc3b94d65a590a25349 (diff)
downloadcoreboot-12e27266c3cb9bd1499731a5c52da7ce565d7912.tar.xz
No really, _these_ should be the last occurences of CONFIG_ without
config.h in libpayload - also removed CONFIG_ instance in libpayload which would have been dangerous. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3497 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/curses/local.h')
-rw-r--r--payloads/libpayload/curses/local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/libpayload/curses/local.h b/payloads/libpayload/curses/local.h
index 001edab4ef..fff26cbc0c 100644
--- a/payloads/libpayload/curses/local.h
+++ b/payloads/libpayload/curses/local.h
@@ -58,6 +58,7 @@
#undef USE_TERMLIB
+#include <config.h>
#include <libpayload.h>
#include <curses.h>
#include <curses.priv.h>