diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stdlib/isomac.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2019-02-03 Aurelien Jarno <aurelien@aurel32.net> + + * stdlib/isomac.c: Include <unistd.h>. + 2019-02-03 Florian Weimer <fweimer@redhat.com> * include/time.h (__tzfile_default): Use int, not long int, for diff --git a/stdlib/isomac.c b/stdlib/isomac.c index 37f564c..7d743cb 100644 --- a/stdlib/isomac.c +++ b/stdlib/isomac.c @@ -74,6 +74,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #define HEADER_MAX 256 |