make mkostemps source file include the header for its declaration

This commit is contained in:
Rich Felker
2018-09-12 14:34:33 -04:00
parent b07a5d6698
commit 4de46b5ab5
+1
View File
@@ -1,4 +1,5 @@
#define _BSD_SOURCE
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>