summaryrefslogtreecommitdiff
path: root/stream
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-17 15:05:57 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-17 15:05:57 -0700
commitaf9d691a344746b15fb1df2e454273b637d20433 (patch)
tree1b53f777c7614484fb69e40f14767f64a4793b79 /stream
parent79de3ca9e48877dfc506c9a486e1e5599c2312f9 (diff)
Added Xcode project.
Diffstat (limited to 'stream')
-rw-r--r--stream/upb_textprinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/upb_textprinter.c b/stream/upb_textprinter.c
index 0f0357a..11ad6a8 100644
--- a/stream/upb_textprinter.c
+++ b/stream/upb_textprinter.c
@@ -7,7 +7,7 @@
#include "upb_textprinter.h"
#include <inttypes.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "upb_def.h"
#include "upb_string.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback