summaryrefslogtreecommitdiff
path: root/upb/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/def.h')
-rw-r--r--upb/def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/upb/def.h b/upb/def.h
index c585aa8..c88ce90 100644
--- a/upb/def.h
+++ b/upb/def.h
@@ -37,6 +37,8 @@ class SymbolTable;
}
#endif
+#include "upb/port_def.inc"
+
struct upb_enumdef;
typedef struct upb_enumdef upb_enumdef;
struct upb_fielddef;
@@ -902,4 +904,6 @@ UPB_INLINE const char* upb_safecstr(const std::string& str) {
#endif /* __cplusplus */
+#include "upb/port_undef.inc"
+
#endif /* UPB_DEF_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback