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

Unified Diff: gcc/libssp/ssp.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/libssp/configure.ac ('k') | gcc/libstdc++-v3/ChangeLog-1999 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libssp/ssp.c
diff --git a/gcc/libssp/ssp.c b/gcc/libssp/ssp.c
index e7babe2179edce64e36152951213f0d5286322d8..aaa5a322c8de59a3d98ba942ab952af5a49bbfcf 100644
--- a/gcc/libssp/ssp.c
+++ b/gcc/libssp/ssp.c
@@ -36,6 +36,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
+#ifdef HAVE_MALLOC_H
+# include <malloc.h>
+#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
« no previous file with comments | « gcc/libssp/configure.ac ('k') | gcc/libstdc++-v3/ChangeLog-1999 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698