projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b07a5d6
)
make mkostemps source file include the header for its declaration
author
Rich Felker
<dalias@aerifal.cx>
Tue, 11 Sep 2018 00:35:58 +0000
(20:35 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:33 +0000
(14:34 -0400)
src/temp/mkostemps.c
patch
|
blob
|
history
diff --git
a/src/temp/mkostemps.c
b/src/temp/mkostemps.c
index 512b5f188a1fdb37dde4633e11becc0edee39767..43d95c41ab5c08729aa62082521900975f13fc07 100644
(file)
--- a/
src/temp/mkostemps.c
+++ b/
src/temp/mkostemps.c
@@
-1,4
+1,5
@@
#define _BSD_SOURCE
+#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>