make strcmp happy by including string.h (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Mon, 21 Dec 2009 15:09:01 +0000 (15:09 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 21 Dec 2009 15:09:01 +0000 (15:09 +0000)
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

util/cbfstool/cbfstool.c

index 3c6db6f231ef3393157a1373da504db79db04c81..183a6144913944c67c3387784c99593e8455a8a7 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <string.h>
 #include "common.h"
 #include "cbfs.h"