mirror of https://github.com/AxioDL/boo.git
Fix embedded glew include
This commit is contained in:
parent
5485e7d2b1
commit
799f3b1275
|
@ -98,7 +98,7 @@
|
|||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include <GL/glew.h>
|
||||
#include "glew.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue