aboutsummaryrefslogtreecommitdiff
path: root/tools/plot_lighthouse/main.c
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-13 15:57:41 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-13 15:57:41 -0500
commit6c99f7abf29463df723221dcaa8c3fe7c93c3371 (patch)
tree562b87e108460eea416cedc183b1ce333bee386e /tools/plot_lighthouse/main.c
parentfa88e40fa07c3cf425b45fe56cf6dda613545e36 (diff)
parentee433e4a076f77fa28e4d55d6703d6ed7c599251 (diff)
downloadlibsurvive-6c99f7abf29463df723221dcaa8c3fe7c93c3371.tar.gz
libsurvive-6c99f7abf29463df723221dcaa8c3fe7c93c3371.tar.bz2
Merge github.com:cnlohr/libsurvive
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