diff options
Diffstat (limited to 'src/filepath.h')
-rw-r--r-- | src/filepath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filepath.h b/src/filepath.h index 13382af..253b665 100644 --- a/src/filepath.h +++ b/src/filepath.h @@ -10,6 +10,7 @@ #define __FILEPATH_H__ #include <stdbool.h> +#include <sys/types.h> extern bool is_absolute(const char* path); extern char *remove_ext(const char *str); |