summaryrefslogtreecommitdiff
path: root/upb/structs.int.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-13 10:19:17 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-13 10:19:17 -0800
commit101aeba0fb7522880e2164c733c0218293384f50 (patch)
treed0e68b344f92b6ccd078e986af746ac03bd3f76d /upb/structs.int.h
parentcf0a89ed69561d73210056566272b27844a95782 (diff)
parent10e682cf2a0e8dcfd79f9dfbad5367f6b6bf8a61 (diff)
Merge branch 'arrayapi' into defcleanup
Diffstat (limited to 'upb/structs.int.h')
-rw-r--r--upb/structs.int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/structs.int.h b/upb/structs.int.h
index 6bc502e..ec7a4ae 100644
--- a/upb/structs.int.h
+++ b/upb/structs.int.h
@@ -5,6 +5,8 @@
#ifndef UPB_STRUCTS_H_
#define UPB_STRUCTS_H_
+#include "upb/upb.h"
+
struct upb_array {
upb_fieldtype_t type;
uint8_t element_size;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback