Missing unistd.h for regress/mkdtemp.c

This commit is contained in:
Damien Miller 2018-08-20 15:57:29 +10:00
parent c8313e4923
commit 829fc28a9c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "log.h"