aboutsummaryrefslogtreecommitdiff
path: root/tools/plot_lighthouse/main.c
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-13 16:00:19 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-13 16:00:19 -0500
commit7fdfd9fff265d38ae002d8007a02f746f42fd3f2 (patch)
tree5fc7e797c66e6d3af40f8c2830c267b399be3765 /tools/plot_lighthouse/main.c
parent56a6bbc24962251d223536285aa407c7652c7c46 (diff)
parent6c99f7abf29463df723221dcaa8c3fe7c93c3371 (diff)
downloadlibsurvive-7fdfd9fff265d38ae002d8007a02f746f42fd3f2.tar.gz
libsurvive-7fdfd9fff265d38ae002d8007a02f746f42fd3f2.tar.bz2
Merge branch 'master' of github.com:axlecrusher/libsurvive into ootx_decoder_context_cleanup
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