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 b3c4ba24..2eba66ec 100644 --- a/include/tar.h +++ b/include/tar.h @@ -1,6 +1,8 @@ #ifndef _TAR_H #define _TAR_H +#include <features.h> + #define TSUID 04000 #define TSGID 02000 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_XOPEN_SOURCE) |