mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-26 14:54:16 +00:00
public: crtlib: include string.h for strlen
This commit is contained in:
parent
37aa5b1e99
commit
f60112773f
@ -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…
x
Reference in New Issue
Block a user