| --- tests/testcpp.h | |
| +++ tests/testcpp.h | |
| @@ -38,7 +38,7 @@ extern "C" { | |
| #include "../src/win32_config.h" | |
| #include "../src/rdwin32.h" | |
| #else | |
| -#include "../config.h" | |
| +#include "config.h" | |
| /* POSIX / UNIX based systems */ | |
| #include "../src/rdposix.h" | |
| #endif |