summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/id_assignment.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/shared_impl/id_assignment.h')
-rw-r--r--ppapi/shared_impl/id_assignment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/shared_impl/id_assignment.h b/ppapi/shared_impl/id_assignment.h
index 1adc2bd..039e7fe 100644
--- a/ppapi/shared_impl/id_assignment.h
+++ b/ppapi/shared_impl/id_assignment.h
@@ -8,6 +8,7 @@
#include <limits>
#include "base/basictypes.h"
+#include "ppapi/shared_impl/ppapi_shared_export.h"
namespace ppapi {
@@ -21,7 +22,7 @@ enum PPIdType {
PP_ID_TYPE_COUNT
};
-extern const unsigned int kPPIdTypeBits;
+PPAPI_SHARED_EXPORT extern const unsigned int kPPIdTypeBits;
extern const int32 kMaxPPId;