diff options
Diffstat (limited to 'libc/stdio/tempnam.c')
-rw-r--r-- | libc/stdio/tempnam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/tempnam.c b/libc/stdio/tempnam.c index 109276de7..a11f82b5d 100644 --- a/libc/stdio/tempnam.c +++ b/libc/stdio/tempnam.c @@ -18,6 +18,7 @@ #include <stdio.h> #include <string.h> +#include "../misc/internals/tempname.h" /* Generate a unique temporary filename using up to five characters of PFX if it is not NULL. The directory to put this file in is searched for |