Add missing #include.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3470 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2008-08-04 21:00:49 +00:00
parent 5f1037cb69
commit 83233d0a15
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <sysinfo.h>
#include <stdarg.h>
#include <lar.h>
#include <pci.h>
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))