diff options
Diffstat (limited to 'base/file.cpp')
-rw-r--r-- | base/file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file.cpp b/base/file.cpp index d5bb7fe24..2f4a51758 100644 --- a/base/file.cpp +++ b/base/file.cpp @@ -22,6 +22,7 @@ #include <libgen.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> |