diff options
Diffstat (limited to 'firmware/common')
-rw-r--r-- | firmware/common/filefuncs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c index c058267094..9fe07d69bb 100644 --- a/firmware/common/filefuncs.c +++ b/firmware/common/filefuncs.c | |||
@@ -23,6 +23,7 @@ | |||
23 | #include "stdlib.h" | 23 | #include "stdlib.h" |
24 | #include "string.h" | 24 | #include "string.h" |
25 | #include "debug.h" | 25 | #include "debug.h" |
26 | #include "filefuncs.h" | ||
26 | 27 | ||
27 | #ifdef HAVE_MULTIVOLUME | 28 | #ifdef HAVE_MULTIVOLUME |
28 | /* returns on which volume this is, and copies the reduced name | 29 | /* returns on which volume this is, and copies the reduced name |