summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/pp_resource.h')
-rw-r--r--ppapi/c/pp_resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/c/pp_resource.h b/ppapi/c/pp_resource.h
index 755995a..c3d1aca 100644
--- a/ppapi/c/pp_resource.h
+++ b/ppapi/c/pp_resource.h
@@ -5,6 +5,7 @@
#ifndef PPAPI_C_PP_RESOURCE_H_
#define PPAPI_C_PP_RESOURCE_H_
+#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
/**
@@ -30,6 +31,7 @@
* resource to indicate failure.
*/
typedef int64_t PP_Resource;
+PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Resource, 8);
/**
* @}