diff options
author | Damien Miller <djm@mindrot.org> | 2018-08-20 15:57:29 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-08-20 15:57:29 +1000 |
commit | 829fc28a9c54e3f812ee7248c7a3e31eeb4f0b3a (patch) | |
tree | 5168d41a974a6c45ea754c620ffdc37752c03f06 /regress/mkdtemp.c | |
parent | c8313e492355a368a91799131520d92743d8d16c (diff) |
Missing unistd.h for regress/mkdtemp.c
Diffstat (limited to 'regress/mkdtemp.c')
-rw-r--r-- | regress/mkdtemp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/mkdtemp.c b/regress/mkdtemp.c index bed886168..a7be1bdab 100644 --- a/regress/mkdtemp.c +++ b/regress/mkdtemp.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <stdarg.h> | 22 | #include <stdarg.h> |
23 | #include <stdio.h> | 23 | #include <stdio.h> |
24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
25 | #include <unistd.h> | ||
25 | 26 | ||
26 | #include "log.h" | 27 | #include "log.h" |
27 | 28 | ||