diff options
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fixer.h b/src/fixer.h index d0259f3..c15e37e 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -11,7 +11,7 @@ extern "C" { #include <limits.h> #include <inttypes.h> /* int64_t */ -void FixFilename(char *str); +#include "files.h" #define PACKED __attribute__((packed)) |
