blob: 431e4a95c7cc12c51dc428e06349682c28c6b18b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- dart/gui/LoadOpengl.hpp.orig 2024-06-25 05:13:56 UTC
+++ dart/gui/LoadOpengl.hpp
@@ -42,6 +42,9 @@
#elif defined(__linux__)
#include <GL/gl.h>
#include <GL/glu.h>
+#elif defined(__FreeBSD__)
+ #include <GL/gl.h>
+ #include <GL/glu.h>
#elif defined(__APPLE__)
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
|