Author: stepan Date: 2009-12-21 16:09:01 +0100 (Mon, 21 Dec 2009) New Revision: 4988
Modified: trunk/util/cbfstool/cbfstool.c Log: make strcmp happy by including string.h (trivial)
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/util/cbfstool/cbfstool.c =================================================================== --- trunk/util/cbfstool/cbfstool.c 2009-12-21 13:50:37 UTC (rev 4987) +++ trunk/util/cbfstool/cbfstool.c 2009-12-21 15:09:01 UTC (rev 4988) @@ -20,6 +20,7 @@
#include <stdio.h> #include <stdint.h> +#include <string.h> #include "common.h" #include "cbfs.h"