aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authormwturvey <michael.w.turvey@intel.com>2017-03-17 13:46:34 -0700
committermwturvey <michael.w.turvey@intel.com>2017-03-17 13:46:34 -0700
commit94be8ccdbfb2f44c9bc569428537444030ba8eeb (patch)
treeb4efed09113fa76389fd3f381e353b11e5f073e7 /data_recorder.c
parenta46654cb58a1f4e1971395a4b4364e1b5a0df8d3 (diff)
downloadlibsurvive-94be8ccdbfb2f44c9bc569428537444030ba8eeb.tar.gz
libsurvive-94be8ccdbfb2f44c9bc569428537444030ba8eeb.tar.bz2
Wired Watchman Now Emit Light & IMU Data
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/data_recorder.c b/data_recorder.c
index 5504d42..206c6c3 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -1,6 +1,8 @@
//Data recorder mod with GUI showing light positions.
+#ifdef __linux__
#include <unistd.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>