X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=src%2Fstdio%2Ftmpnam.c;h=6c7c253a6d6ef94bed9e4a10c08ceb7b39b1901c;hb=0847902ab99065a48f9bd3729b6e676288dfd69e;hp=449eb9b0708c2a5d295db76f1e944059f6789f9b;hpb=dd5f50da6f6c3df5647e922e47f8568a8896a752;p=musl diff --git a/src/stdio/tmpnam.c b/src/stdio/tmpnam.c index 449eb9b0..6c7c253a 100644 --- a/src/stdio/tmpnam.c +++ b/src/stdio/tmpnam.c @@ -3,12 +3,11 @@ #include #include #include +#include #include "syscall.h" #define MAXTRIES 100 -char *__randname(char *); - char *tmpnam(char *buf) { static char internal[L_tmpnam];