public: crtlib: include string.h for strlen

This commit is contained in:
Alibek Omarov 2021-12-10 01:12:25 +03:00
parent 37aa5b1e99
commit f60112773f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ GNU General Public License for more details.
#define STDLIB_H
#include <stdarg.h>
#include <string.h>
#include "build.h"
#ifdef __GNUC__