diff options
Diffstat (limited to 'src/sysdeps')
-rw-r--r-- | src/sysdeps/tryfutimens.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/sysdeps/tryfutimens.c b/src/sysdeps/tryfutimens.c index 809aaa5..0c4b2af 100644 --- a/src/sysdeps/tryfutimens.c +++ b/src/sysdeps/tryfutimens.c @@ -1,8 +1,10 @@ /* ISC license. */ -#include <sys/types.h> -#include <sys/stat.h> -#include <time.h> +#undef _POSIX_C_SOURCE +#undef _XOPEN_SOURCE +#ifndef __EXTENSIONS__ +#define __EXTENSIONS__ +#endif int main (void) { |