summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorz3bra <contactatz3bradotorg>2016-10-31 21:25:10 +0100
committerz3bra <contactatz3bradotorg>2016-10-31 21:25:10 +0100
commita1d2b63e6af32685f5828c302a0d3edeeb48090f (patch)
tree496f70190f02d448a3423fd61d0d61ef6137ee18 /ratox.c
parent6ab4139a1aa0a49ac8fa08429fcf929405f43df6 (diff)
Compile against local toxcore submodule
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ratox.c b/ratox.c
index f450a9e..fbeae7b 100644
--- a/ratox.c
+++ b/ratox.c
@@ -17,9 +17,9 @@
#include <time.h>
#include <unistd.h>
-#include <tox/tox.h>
-#include <tox/toxav.h>
-#include <tox/toxencryptsave.h>
+#include "tox.h"
+#include "toxav.h"
+#include "toxencryptsave.h"
#include "arg.h"
#include "queue.h"