mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:32:09 -04:00
mkstemp() requires <stdlib.h> on NetBSD
This commit is contained in:
parent
98b6232ec1
commit
3d659a692a
1 changed files with 2 additions and 0 deletions
|
|
@ -16,7 +16,9 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <isc/ufile.h>
|
||||
|
||||
FILE *
|
||||
|
|
|
|||
Loading…
Reference in a new issue