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

Unified Diff: binutils-2.20/ld/ldmain.c

Issue 8771010: Fix pnacl mac build argz problem (Closed)
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils-2.20/ld/ldmain.c
===================================================================
--- a/binutils-2.20/ld/ldmain.c
+++ b/binutils-2.20/ld/ldmain.c
@@ -21,7 +21,9 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
+#if defined(__native_client__) && defined(NACL_SRPC)
#include <argz.h>
+#endif /* defined(__native_client__) && defined(NACL_SRPC) */
#include "sysdep.h"
#include "bfd.h"
#include "safe-ctype.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698