make mkostemps source file include the header for its declaration
authorRich Felker <dalias@aerifal.cx>
Tue, 11 Sep 2018 00:35:58 +0000 (20:35 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:33 +0000 (14:34 -0400)
src/temp/mkostemps.c

index 512b5f1..43d95c4 100644 (file)
@@ -1,4 +1,5 @@
 #define _BSD_SOURCE
+#include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>