author | Rich Felker <dalias@aerifal.cx> | 2018年09月12日 00:08:09 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年09月12日 14:34:37 -0400 |
commit | 5ce3737931bb411a8d167356d4d0287b53b0cbdc (patch) | |
tree | 726fc5dde9cc462316faa715158c38f0da72292d /src/stdio/tmpfile.c | |
parent | 0676c3a34c7bf12b33f8f5efb92476f4ffc7f20e (diff) | |
download | musl-5ce3737931bb411a8d167356d4d0287b53b0cbdc.tar.gz |
-rw-r--r-- | src/stdio/tmpfile.c | 1 |
diff --git a/src/stdio/tmpfile.c b/src/stdio/tmpfile.c index 55d742fa..7013f645 100644 --- a/src/stdio/tmpfile.c +++ b/src/stdio/tmpfile.c @@ -2,6 +2,7 @@ #include <fcntl.h> #include <stdlib.h> #include "stdio_impl.h" +#include "libc.h" #define MAXTRIES 100 |