diff options
Diffstat (limited to 'src/sysdeps/tryfutimes.c')
-rw-r--r-- | src/sysdeps/tryfutimes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdeps/tryfutimes.c b/src/sysdeps/tryfutimes.c index a65ab5a..7e0370b 100644 --- a/src/sysdeps/tryfutimes.c +++ b/src/sysdeps/tryfutimes.c @@ -1,5 +1,9 @@ /* ISC license. */ +#ifndef _BSD_SOURCE +#define _BSD_SOURCE +#endif + #include <sys/types.h> #include <sys/time.h> |