blob: 901bcd50706a68255eda9c0cb94e8cee66f43ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/sysdeptest.c
+++ b/src/sysdeptest.c
@@ -2,6 +2,7 @@
/* presence of mkdtemp and mkstemp by whether this links without error. */
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
int
|