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

Unified Diff: linker/linker.cpp

Issue 156883002: Prep dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-bionic.git@master
Patch Set: Created 6 years, 10 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 | « linker/ld.gdb ('k') | linker/linker_phdr.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: linker/linker.cpp
diff --git a/linker/linker.cpp b/linker/linker.cpp
index eb3d0f20ae77acb682c0ace00db91c7dbdc6ca55..a70a21bd236cb862bfea0238ef92a84af25dcc7b 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -48,7 +48,7 @@
// Add includes.
#if defined(__native_client__)
#include <irt_syscalls.h>
-#include <nacl_dyncode.h>
+#include "arch/nacl/nacl_dyncode.h"
#include <private/dl_dst_lib.h>
#endif
// NACL MOD END
« no previous file with comments | « linker/ld.gdb ('k') | linker/linker_phdr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698