fix missing declaration of strcpy in implementation of tmpnam

This commit is contained in:
Rich Felker 2014-05-27 14:21:46 -04:00
parent 2fe6579125
commit d677d3fe83

View File

@ -2,6 +2,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/stat.h>
#include <string.h>
#include "syscall.h"
#define MAXTRIES 100