瀏覽代碼

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>