Skip to content

Commit

Permalink
Fixed the missing "#include <string.h>"
Browse files Browse the repository at this point in the history
  • Loading branch information
firew0lf committed Oct 2, 2015
1 parent 5579c8d commit 406e17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/texture.c
Expand Up @@ -10,6 +10,7 @@ The `gfx.texture` module.
#include <lauxlib.h>

#include <stdlib.h>
#include <string.h>

#include "texture.h"

Expand Down

0 comments on commit 406e17d

Please sign in to comment.