summaryrefslogtreecommitdiff
path: root/upb/stdc/io.c
diff options
context:
space:
mode:
authorJosh Haberman <haberman@google.com>2013-02-15 16:27:18 -0800
committerJosh Haberman <haberman@google.com>2013-02-15 16:27:18 -0800
commit7d3e2bd2c4cfd1296d1d6f996d7548de26540d41 (patch)
treeb4b35967b3322c65cfb1a32220e8718de09d85fc /upb/stdc/io.c
parentea198bdcf947ba4bd51474bdd4f7b82b5e4cf41d (diff)
Sync with 8 months of Google-internal development.
Many things have changed and been simplified. The memory-management story for upb_def and upb_handlers is much more robust; upb_def and upb_handlers should be fairly stable interfaces now. There is still much work to do for the runtime component (upb_sink).
Diffstat (limited to 'upb/stdc/io.c')
-rw-r--r--upb/stdc/io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/upb/stdc/io.c b/upb/stdc/io.c
index 1abed32..5d36aa5 100644
--- a/upb/stdc/io.c
+++ b/upb/stdc/io.c
@@ -7,6 +7,9 @@
#include "upb/stdc/io.h"
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
#include "upb/stdc/error.h"
// We can make this configurable if necessary.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback