fix missing timeout argument to futex syscall in __futexwait
[oweals/musl.git] / include / tar.h
index b3c4ba248a9f22e69323a958ad3eaa3fed482590..2eba66ec000afcf1db6e2a5a0dae6143face2846 100644 (file)
@@ -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)