aboutsummaryrefslogtreecommitdiff
path: root/tools/plot_lighthouse/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/plot_lighthouse/main.c')
-rw-r--r--tools/plot_lighthouse/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/plot_lighthouse/main.c b/tools/plot_lighthouse/main.c
index 8088828..4a64c28 100644
--- a/tools/plot_lighthouse/main.c
+++ b/tools/plot_lighthouse/main.c
@@ -13,6 +13,11 @@
#include "glutil.h"
#include "fileutil.h"
+#ifdef LINUX
+#include <GL/freeglut.h>
+#endif
+
+
// Required to set up a window
#define WIDTH 800
#define HEIGHT 600