make mkostemps source file include the header for its declaration

This commit is contained in:
Rich Felker 2018-09-10 20:35:58 -04:00
parent b07a5d6698
commit 4de46b5ab5

View file

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