summaryrefslogtreecommitdiff
path: root/code/test/stress.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2017-05-23 22:24:50 +0200
committerUros Majstorovic <majstor@majstor.org>2017-05-23 22:24:50 +0200
commitb4c8007d3b2082c757ae42008e915872c8ebe671 (patch)
treecd218340840a0a05779703357742b0c2c92e1b6b /code/test/stress.c
parentab0325ae7906230f1ea82f08b27c72b075e9a13d (diff)
proxy passed test; various bug fixes
Diffstat (limited to 'code/test/stress.c')
-rw-r--r--code/test/stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/stress.c b/code/test/stress.c
index 41883c2..c76ebe9 100644
--- a/code/test/stress.c
+++ b/code/test/stress.c
@@ -6,7 +6,7 @@
#include <sys/time.h>
#include <pthread.h>
-#include <core.h>
+#include "core.h"
#ifdef __linux__
#define SIGINFO SIGTSTP