commit 4548dddafb2cc83dc09923a26c7780f25ad2222f
parent ecd87b418b7a7aa82599b42b633cbdf724c2e25c
Author: Ryan Sepassi <rsepassi@gmail.com>
Date: Thu, 16 Jul 2026 10:45:22 -0700
driver: declare mkdtemp on POSIX hosts
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/driver/env/build_host_posix.c b/driver/env/build_host_posix.c
@@ -8,6 +8,7 @@
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/select.h>
#include <sys/socket.h>