summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_basic_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-19 15:27:46 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-22 10:26:59 +0000
commit2328cb74abccd563f0cd8d14d30e5314822d321e (patch)
treeb61581536d448a8846dc333b44c9b56e24605a1f /auto_tests/toxav_basic_test.c
parentce29c8e7ec91d95167b2dea3aee9fd1ae1aac254 (diff)
Improve documentation of crypto_core.
Diffstat (limited to 'auto_tests/toxav_basic_test.c')
-rw-r--r--auto_tests/toxav_basic_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c
index b5028da4..767fca87 100644
--- a/auto_tests/toxav_basic_test.c
+++ b/auto_tests/toxav_basic_test.c
@@ -20,7 +20,8 @@
20#include "../toxcore/util.h" 20#include "../toxcore/util.h"
21 21
22 22
23#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32) 23#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
24#include <windows.h>
24#define c_sleep(x) Sleep(1*x) 25#define c_sleep(x) Sleep(1*x)
25#else 26#else
26#include <unistd.h> 27#include <unistd.h>