summaryrefslogtreecommitdiff
path: root/include/luma/utf8enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/luma/utf8enc.h')
-rw-r--r--include/luma/utf8enc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/luma/utf8enc.h b/include/luma/utf8enc.h
index 8b9aa25..5d6d7cf 100644
--- a/include/luma/utf8enc.h
+++ b/include/luma/utf8enc.h
@@ -1,5 +1,6 @@
# if !defined(LUMA_HDR_UTF8ENC)
# define LUMA_HDR_UTF8ENC
+# include <stddef.h>
# include <stdint.h>
-extern uint8_t const * luma_utf8enc(uint32_t * codep);
+extern uint8_t const * luma_utf8enc(uint32_t * codep,size_t * outszptr);
# endif