From 04d5ca50e976f525e02a74731ffae5265870855c Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 21 Oct 2014 03:28:26 +0200 Subject: [PATCH] rthreads - build fix --- rthreads/rthreads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rthreads/rthreads.h b/rthreads/rthreads.h index edf2756886..b34ac377cf 100644 --- a/rthreads/rthreads.h +++ b/rthreads/rthreads.h @@ -23,7 +23,7 @@ #ifndef THREAD_H__ #define THREAD_H__ -#include "boolean.h" +#include "../boolean.h" #include #if defined(__cplusplus) && !defined(MSC_VER)