Fix compilation on macOS

This commit is contained in:
Kovid Goyal 2017-09-12 06:42:24 +05:30
parent 1246032b67
commit cc8271b766
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -14,6 +14,7 @@
#include <GL/glew.h>
#endif
#include <string.h>
#include <stddef.h>
static char glbuf[4096];