aboutsummaryrefslogtreecommitdiff
path: root/xbmc/system_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/system_gl.h')
-rw-r--r--xbmc/system_gl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/system_gl.h b/xbmc/system_gl.h
index 18de193b79..987aa6a7f1 100644
--- a/xbmc/system_gl.h
+++ b/xbmc/system_gl.h
@@ -36,6 +36,9 @@
#include <GL/glew.h>
#include <GL/gl.h>
#include <GL/glext.h>
+ #elif defined(TARGET_FREEBSD)
+ #include <GL/glew.h>
+ #include <GL/gl.h>
#elif defined(TARGET_DARWIN)
#include <GL/glew.h>
#include <OpenGL/gl.h>