diff options
author | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-08 02:48:17 +0200 |
commit | ef859c58eda4fc82600a3e432058989263502f50 (patch) | |
tree | 0e4e3c3b309e747027a1d6d18e275ebf20eb8d04 /src/filepath.h | |
parent | 921268159d96efeb136fcfd29e8ba3212fd0a507 (diff) | |
download | redo-ef859c58eda4fc82600a3e432058989263502f50.tar.gz redo-ef859c58eda4fc82600a3e432058989263502f50.tar.xz redo-ef859c58eda4fc82600a3e432058989263502f50.zip |
Fix includes in header files
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); |