diff options
-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 | ||