Missing unistd.h for regress/mkdtemp.c
This commit is contained in:
parent
c8313e4923
commit
829fc28a9c
|
@ -22,6 +22,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue