Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Unified Diff: gcc/libiberty/choose-temp.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/libiberty/argv.c ('k') | gcc/libiberty/config.h-vms » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libiberty/choose-temp.c
diff --git a/gcc/libiberty/choose-temp.c b/gcc/libiberty/choose-temp.c
index b1c2e5b66ba5f76af7816a7ef929c0480c942ba8..0a454cfa7ca1c8eb0cfcc3da4eb2a15bb2977303 100644
--- a/gcc/libiberty/choose-temp.c
+++ b/gcc/libiberty/choose-temp.c
@@ -22,6 +22,10 @@ Boston, MA 02110-1301, USA. */
#endif
#include <stdio.h> /* May get P_tmpdir. */
+#include <sys/types.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
« no previous file with comments | « gcc/libiberty/argv.c ('k') | gcc/libiberty/config.h-vms » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698