diff options
Diffstat (limited to 'portable/mkstemp.c')
-rw-r--r-- | portable/mkstemp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/portable/mkstemp.c b/portable/mkstemp.c index 9e3bba1..ebaefc1 100644 --- a/portable/mkstemp.c +++ b/portable/mkstemp.c @@ -25,7 +25,7 @@ #include <errno.h> #include <fcntl.h> #ifdef HAVE_SYS_TIME_H -# include <sys/time.h> +# include <sys/time.h> #endif #include <time.h> @@ -35,8 +35,8 @@ * another name. */ #if TESTING -# undef mkstemp -# define mkstemp test_mkstemp +# undef mkstemp +# define mkstemp test_mkstemp int test_mkstemp(char *); #endif |