make strcmp happy by including string.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@4988 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-12-21 15:09:01 +00:00 committed by Stefan Reinauer
parent 467b12acab
commit 336daa76fa
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "common.h"
#include "cbfs.h"