summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/filefuncs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c
index f969a01..6c02757 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)