comparison liboctave/tempname.c @ 2443:4d941ba99862

[project @ 1996-10-30 18:51:26 by jwe]
author jwe
date Wed, 30 Oct 1996 18:51:27 +0000
parents 5f63d83dd694
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
2442:f667d7ec08b9 2443:4d941ba99862
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <string.h> 29 #include <string.h>
30 30
31 #ifdef HAVE_UNISTD_H 31 #ifdef HAVE_UNISTD_H
32 #ifdef HAVE_SYS_TYPES_H
32 #include <sys/types.h> 33 #include <sys/types.h>
34 #endif
33 #include <unistd.h> 35 #include <unistd.h>
34 #endif 36 #endif
35 37
36 #include <fcntl.h> 38 #include <fcntl.h>
37 39