summaryrefslogtreecommitdiff
path: root/textscreen/txt_utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_utf8.h')
-rw-r--r--textscreen/txt_utf8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/textscreen/txt_utf8.h b/textscreen/txt_utf8.h
index dc519032..123cae97 100644
--- a/textscreen/txt_utf8.h
+++ b/textscreen/txt_utf8.h
@@ -22,6 +22,8 @@
#ifndef TXT_UTF8_H
#define TXT_UTF8_H
+#include <stdarg.h>
+
char *TXT_EncodeUTF8(char *p, unsigned int c);
unsigned int TXT_DecodeUTF8(const char **ptr);
unsigned int TXT_UTF8_Strlen(const char *s);