X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ftar.h;h=2eba66ec000afcf1db6e2a5a0dae6143face2846;hb=4e4a162d9af283cf71f7310c497672e0c2b8ca3b;hp=be589842a8f756e1258e28d7fa726afc4a1f549e;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/include/tar.h b/include/tar.h index be589842..2eba66ec 100644 --- a/include/tar.h +++ b/include/tar.h @@ -1,9 +1,13 @@ #ifndef _TAR_H #define _TAR_H +#include + #define TSUID 04000 #define TSGID 02000 +#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_XOPEN_SOURCE) #define TSVTX 01000 +#endif #define TUREAD 00400 #define TUWRITE 00200 #define TUEXEC 00100