summaryrefslogtreecommitdiff
path: root/src/upb_table.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-06-09 15:55:02 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-06-09 15:55:02 -0700
commit992a03be55faf83d794b9ec5e8c4ca7e78c08a9b (patch)
tree4c3b895b4e8e9808c3ec0e5215b227ef789e8466 /src/upb_table.c
parented991c3b300d65dbe6fdb6a1d110cec029b0f5be (diff)
More decoder work, first attempts at compiling it.
Diffstat (limited to 'src/upb_table.c')
-rw-r--r--src/upb_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_table.c b/src/upb_table.c
index a477121..51a9f21 100644
--- a/src/upb_table.c
+++ b/src/upb_table.c
@@ -5,7 +5,7 @@
*/
#include "upb_table.h"
-#include "upb_data.h"
+#include "upb_string.h"
#include <assert.h>
#include <stdlib.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback