aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dartsim/files/patch-dart_gui_glut_LoadGlut.hpp
blob: 0819cd3f2eefc9fc837d45a73d37e3ceef368af0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dart/gui/glut/LoadGlut.hpp.orig	2024-06-25 05:13:56 UTC
+++ dart/gui/glut/LoadGlut.hpp
@@ -39,6 +39,8 @@
   #include <cstdlib> // To disable glut::exit() function
 #elif defined(__linux__)
   #include <GL/glut.h>
+#elif defined(__FreeBSD__)
+  #include <GL/glut.h>
 #elif defined(__APPLE__)
   #include <GLUT/glut.h>
 #else