aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/survive_playback.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b9cfbdc..c2aba18 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all : lib data_recorder test calibrate calibrate_client simple_pose_test
CC:=gcc
-CFLAGS:=-Iinclude/libsurvive -I. -fPIC -g -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic
+CFLAGS:=-Iinclude/libsurvive -fPIC -g -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic
#LDFLAGS:=-L/usr/local/lib -lpthread -lusb-1.0 -lz -lm -flto -g
LDFLAGS:=-L/usr/local/lib -lpthread -lz -lm -flto -g
diff --git a/src/survive_playback.c b/src/survive_playback.c
index 4b25b4c..fe7af2b 100644
--- a/src/survive_playback.c
+++ b/src/survive_playback.c
@@ -11,7 +11,7 @@
#include "survive_config.h"
#include "survive_default_devices.h"
-#include "redist/os_generic.h"
+#include "os_generic.h"
struct SurvivePlaybackData {
SurviveContext *ctx;