summaryrefslogtreecommitdiff
path: root/upb_table.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-04 11:28:09 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-04 11:28:09 -0700
commit94a2f5bd9c476c7860c412b434b535f472c9a701 (patch)
tree3bc17c01428808d8934c48eaeb7bd130b839601f /upb_table.h
parentaecbfe42243ccd06425f021df6fe8d8d65974db7 (diff)
Move upb_string into its own header file.
Diffstat (limited to 'upb_table.h')
-rw-r--r--upb_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb_table.h b/upb_table.h
index d024b85..5f9be99 100644
--- a/upb_table.h
+++ b/upb_table.h
@@ -17,6 +17,7 @@
#include <assert.h>
#include "upb.h"
+#include "upb_string.h"
#ifdef __cplusplus
extern "C" {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback