diff options
Diffstat (limited to 'include/tar.h')
-rw-r--r-- | include/tar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tar.h b/include/tar.h index 424be80..5ac0763 100644 --- a/include/tar.h +++ b/include/tar.h @@ -2,6 +2,8 @@ #ifndef TAR_H #define TAR_H +#include "config.h" + #include <sys/stat.h> #include <stdbool.h> #include <stdint.h> |