summaryrefslogtreecommitdiffstats
path: root/third_party/npapi/bindings/npapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/npapi/bindings/npapi.h')
-rw-r--r--third_party/npapi/bindings/npapi.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h
index a8f0ac1..685f609 100644
--- a/third_party/npapi/bindings/npapi.h
+++ b/third_party/npapi/bindings/npapi.h
@@ -42,10 +42,12 @@
#pragma pack(1)
#endif
-#include "nptypes.h"
-
/* BEGIN GOOGLE MODIFICATIONS */
+#ifndef __native_client__
+#include "nptypes.h"
+#endif
+
#ifdef __native_client__
#include <stdint.h>
#include <sys/types.h>