aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2017-03-17 14:55:02 -0700
committerGitHub <noreply@github.com>2017-03-17 14:55:02 -0700
commit7f62d016ff5fe45e9cae0ff29c189b64ed1bb315 (patch)
tree37e1519a9d2ee922596c3db48ee178d2f53f5ecf /data_recorder.c
parenta53c520c2d1a3bb9faa4cb5e4ee9ccc48bb1835f (diff)
parent64e3b67aa0d6a970e1e1988881e77d04c4fb5b07 (diff)
downloadlibsurvive-7f62d016ff5fe45e9cae0ff29c189b64ed1bb315.tar.gz
libsurvive-7f62d016ff5fe45e9cae0ff29c189b64ed1bb315.tar.bz2
Merge pull request #40 from mwturvey/UsbTrackerOnWin
Wired Watchman Support
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 afc17b2..46f3427 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>