1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Fixed the missing "#include <string.h>"

This commit is contained in:
Firew0lf 2015-10-02 18:17:51 +02:00
parent 5579c8d9e8
commit 406e17d321

View file

@ -10,6 +10,7 @@ The `gfx.texture` module.
#include <lauxlib.h> #include <lauxlib.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "texture.h" #include "texture.h"