mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-09-23 03:04:03 -04:00
fix(shader.c): include ctype.h, fix compilation error
This commit is contained in:
parent
d0839cec8e
commit
39ef782be4
@ -5,6 +5,7 @@
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <android/log.h>
|
||||
#include "shader.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user