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

Unified Diff: linker/linker_phdr.c

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/linker.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: linker/linker_phdr.c
diff --git a/linker/linker_phdr.c b/linker/linker_phdr.c
index be146d29fa750c4cf6f72d25b5d89872f7503038..d265936f2134f1b8d0f24a1d71fd5c6b58e57a6f 100644
--- a/linker/linker_phdr.c
+++ b/linker/linker_phdr.c
@@ -40,7 +40,7 @@
#endif // BIONIC_LOADER_LOGGING
// Incldue nacl_dyncode.h for nacl_dyncode_alloc*.
#if defined(__native_client__)
-#include <nacl_dyncode.h>
+#include "arch/nacl/nacl_dyncode.h"
#endif // __native_client__
// NACL MOD END
« no previous file with comments | « linker/linker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698