summaryrefslogtreecommitdiff
path: root/stream
diff options
context:
space:
mode:
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