Prechádzať zdrojové kódy

make mkostemps source file include the header for its declaration

Rich Felker 6 rokov pred
rodič
commit
4de46b5ab5
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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>