summaryrefslogtreecommitdiff
path: root/src/upb_string.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-22 19:49:53 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-22 19:49:53 -0700
commitee1ed1ccb87effa403dc91603d452d4c98ed716f (patch)
treee1ee8c1b38d9351d4d3494c5e45b91b288f3a081 /src/upb_string.c
parente4e89247e5f7548b5ebdb9a667657cdcb3feb17f (diff)
Compiler finally works (except string arrays). Untested. Holy crap that was a lot of work.
Diffstat (limited to 'src/upb_string.c')
-rw-r--r--src/upb_string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upb_string.c b/src/upb_string.c
index 733bafe..bb40a62 100644
--- a/src/upb_string.c
+++ b/src/upb_string.c
@@ -4,6 +4,7 @@
* Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
*/
+#include <stdio.h>
#include "upb_string.h"
bool upb_strreadfile(const char *filename, struct upb_string *data) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback