Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ppapi / native_client / src / untrusted / irt_stub / thread_creator.h
index 6e7d5a3..7adbabe 100644 (file)
@@ -8,8 +8,16 @@
 #define NATIVE_CLIENT_SRC_UNTRUSTED_IRT_STUB_THREAD_CREATOR_H_ 1
 
 #include "native_client/src/untrusted/irt/irt.h"
-#include "ppapi/nacl_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