diff options
Diffstat (limited to 'libc/stdio/tmpnam.c')
-rw-r--r-- | libc/stdio/tmpnam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/tmpnam.c b/libc/stdio/tmpnam.c index 23cba46ed..802c54498 100644 --- a/libc/stdio/tmpnam.c +++ b/libc/stdio/tmpnam.c @@ -18,6 +18,7 @@ #include <stdio.h> #include <string.h> +#include "../misc/internals/tempname.h" static char tmpnam_buffer[L_tmpnam]; |