diff options
Diffstat (limited to 'vendor/librune/lib/utf8/rtou8.c')
-rw-r--r-- | vendor/librune/lib/utf8/rtou8.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/librune/lib/utf8/rtou8.c b/vendor/librune/lib/utf8/rtou8.c index 1823f08..94cce34 100644 --- a/vendor/librune/lib/utf8/rtou8.c +++ b/vendor/librune/lib/utf8/rtou8.c @@ -1,3 +1,5 @@ +#include <stddef.h> + #include "utf8.h" #include "internal/common.h" |