comparison libiberty/choose-temp.c @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
20 #ifdef HAVE_CONFIG_H 20 #ifdef HAVE_CONFIG_H
21 #include "config.h" 21 #include "config.h"
22 #endif 22 #endif
23 23
24 #include <stdio.h> /* May get P_tmpdir. */ 24 #include <stdio.h> /* May get P_tmpdir. */
25 #include <sys/types.h>
26 #ifdef HAVE_UNISTD_H
27 #include <unistd.h>
28 #endif
25 #ifdef HAVE_STDLIB_H 29 #ifdef HAVE_STDLIB_H
26 #include <stdlib.h> 30 #include <stdlib.h>
27 #endif 31 #endif
28 #ifdef HAVE_STRING_H 32 #ifdef HAVE_STRING_H
29 #include <string.h> 33 #include <string.h>