Add missing string.h header include

This commit is contained in:
twinaphex 2020-10-24 17:01:26 +02:00
parent 4f22bf3058
commit ee474b4feb

View File

@ -22,6 +22,7 @@
#include <stdint.h>
#include <ctype.h>
#include <string.h>
#include <string/stdstring.h>
#include <encodings/utf.h>