public: crtlib: include string.h for strlen
This commit is contained in:
parent
37aa5b1e99
commit
f60112773f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ GNU General Public License for more details.
|
||||||
#define STDLIB_H
|
#define STDLIB_H
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <string.h>
|
||||||
#include "build.h"
|
#include "build.h"
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|
Loading…
Add table
Reference in a new issue