diff liboctave/tempnam.c @ 1351:8256c4c57419

[project @ 1995-09-05 08:02:08 by jwe]
author jwe
date Tue, 05 Sep 1995 08:08:13 +0000
parents 611d403c7f3d
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/tempnam.c
+++ b/liboctave/tempnam.c
@@ -23,8 +23,8 @@
 #ifndef HAVE_TEMPNAM
 
 #include <stddef.h>
+#include <stdio.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
 
 extern char *__stdio_gen_tempname (const char *dir, const char *pfx,