diff options
Diffstat (limited to 'misc/mktemp.c')
-rw-r--r-- | misc/mktemp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mktemp.c b/misc/mktemp.c index b2abc5d5e0..36b50031b9 100644 --- a/misc/mktemp.c +++ b/misc/mktemp.c @@ -16,9 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <errno.h> #include <stdio.h> -#include <unistd.h> +#include <stdlib.h> /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; |