summaryrefslogtreecommitdiff
path: root/tests/upb_test.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-03-28 16:03:22 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-03-28 16:03:22 -0700
commit19517cc6f39871abf4a0705b49cfed9049ca6033 (patch)
tree1449952d59e93184abdd5505db6645d4de74cef0 /tests/upb_test.h
parent2c86e7eddb23c92cc83391c3f751c72237ec3759 (diff)
Switch to non-branching varint decoder.
Diffstat (limited to 'tests/upb_test.h')
-rw-r--r--tests/upb_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/upb_test.h b/tests/upb_test.h
index 3009a40..2bd340e 100644
--- a/tests/upb_test.h
+++ b/tests/upb_test.h
@@ -7,6 +7,8 @@
#ifndef UPB_TEST_H_
#define UPB_TEST_H_
+#include <stdlib.h>
+
#ifdef __cplusplus
extern "C" {
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback