video.c uses CONFIG_ variables, so it needs config.h (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3494 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2008-08-11 16:52:14 +00:00 committed by Stefan Reinauer
parent b96a2ffaa7
commit cb7a7c6b8c
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
#include <config.h>
#include <libpayload.h>
#include <video_console.h>