Index: native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc b/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc |
index f7af9e080ec5b89831b6685291ba944f01b1f591..940f5b7174b4f14cfad77cad1f2009a83bba3dbf 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc |
+++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc |
@@ -3,8 +3,10 @@ |
* found in the LICENSE file. |
*/ |
#include "nacl_mounts/kernel_intercept.h" |
- |
#include "nacl_mounts/kernel_proxy.h" |
+#include "utils/macros.h" |
+ |
+FORCE_LINK_THAT(kernel_wrap) |
static KernelProxy* s_kp; |