Explorar o código

make mkostemps source file include the header for its declaration

Rich Felker %!s(int64=6) %!d(string=hai) anos
pai
achega
4de46b5ab5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/temp/mkostemps.c

+ 1 - 0
src/temp/mkostemps.c

@@ -1,4 +1,5 @@
 #define _BSD_SOURCE
+#include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>