summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h')
-rw-r--r--chromium/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/chromium/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h b/chromium/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
index a5c9265a416..7adbabe7805 100644
--- a/chromium/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
+++ b/chromium/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
@@ -8,8 +8,16 @@
#define NATIVE_CLIENT_SRC_UNTRUSTED_IRT_STUB_THREAD_CREATOR_H_ 1
#include "native_client/src/untrusted/irt/irt.h"
-#include "native_client/src/untrusted/irt/irt_ppapi.h"
+#include "ppapi/nacl_irt/public/irt_ppapi.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
void __nacl_register_thread_creator(const struct nacl_irt_ppapihook *hooks);
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
#endif