From 336daa76faa6255cf487100a9741c740802bb32f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 21 Dec 2009 15:09:01 +0000 Subject: make strcmp happy by including string.h (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4988 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/cbfstool/cbfstool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/cbfstool/cbfstool.c') diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index 3c6db6f231..183a614491 100644 --- a/util/cbfstool/cbfstool.c +++ b/util/cbfstool/cbfstool.c @@ -20,6 +20,7 @@ #include #include +#include #include "common.h" #include "cbfs.h" -- cgit v1.2.3