diff options
Diffstat (limited to 'src/stdio/tmpnam_s.c')
| -rw-r--r-- | src/stdio/tmpnam_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/tmpnam_s.c b/src/stdio/tmpnam_s.c index 176eb982..6a20f93d 100644 --- a/src/stdio/tmpnam_s.c +++ b/src/stdio/tmpnam_s.c @@ -1,4 +1,4 @@ -#include "stdio.h" +#include <stdio.h> /** generate a temporary file name **/ errno_t tmpnam_s(char *s, rsize_t maxsize) |
