From: Rich Felker Date: Tue, 27 May 2014 18:21:46 +0000 (-0400) Subject: fix missing declaration of strcpy in implementation of tmpnam X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d677d3fe830899926072af6dfffefb16ab6b50bd;p=musl fix missing declaration of strcpy in implementation of tmpnam --- diff --git a/src/stdio/tmpnam.c b/src/stdio/tmpnam.c index 92f699c2..c3f5a2ff 100644 --- a/src/stdio/tmpnam.c +++ b/src/stdio/tmpnam.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "syscall.h" #define MAXTRIES 100