mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-10 15:17:52 +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
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include "build.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
Loading…
Reference in New Issue
Block a user