From 9b7edbf6099dfad735c0808768179663f8a38666 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 15 Jan 2013 22:59:29 +0000 Subject: fix yellow on simulator + multivolume Change-Id: Idc6d0e2e8fb06c2df4cac13ad7253b0b8628c308 --- firmware/common/filefuncs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c index f969a011b7..6c0275709c 100644 --- a/firmware/common/filefuncs.c +++ b/firmware/common/filefuncs.c @@ -25,9 +25,11 @@ #include "debug.h" #include "file.h" #include "filefuncs.h" +#include "string-extra.h" #ifndef __PCTOOL__ #ifdef HAVE_MULTIVOLUME + /* returns on which volume this is, and copies the reduced name (sortof a preprocessor for volume-decorated pathnames) */ int strip_volume(const char* name, char* namecopy) -- cgit v1.2.3