diff options
Diffstat (limited to 'tools/atree/files.cpp')
-rw-r--r-- | tools/atree/files.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/atree/files.cpp b/tools/atree/files.cpp index 58423789ce..b363214e9a 100644 --- a/tools/atree/files.cpp +++ b/tools/atree/files.cpp @@ -5,6 +5,8 @@ #include <unistd.h> #include <dirent.h> #include <fnmatch.h> +#include <string.h> +#include <stdlib.h> static bool is_comment_line(const char* p) |