Преглед на файлове

make mkostemps source file include the header for its declaration

Rich Felker преди 6 години
родител
ревизия
4de46b5ab5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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>