aboutsummaryrefslogtreecommitdiff
path: root/src/expat_erl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expat_erl.c')
-rw-r--r--src/expat_erl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expat_erl.c b/src/expat_erl.c
index e4c3fd10b..a9cce6e76 100644
--- a/src/expat_erl.c
+++ b/src/expat_erl.c
@@ -14,6 +14,8 @@
* Workaround for EI encode_string bug
*/
+int x_fix_buff(ei_x_buff* x, int szneeded);
+
#define put8(s,n) do { \
(s)[0] = (char)((n) & 0xff); \
(s) += 1; \