diff --git a/tests/test_cmd_otr.c b/tests/test_cmd_otr.c index b8f8a5ff..9c13c68f 100644 --- a/tests/test_cmd_otr.c +++ b/tests/test_cmd_otr.c @@ -6,7 +6,7 @@ #include #include -#include "config.h" +#include "prof_config.h" #ifdef PROF_HAVE_LIBOTR #include diff --git a/tests/testsuite.c b/tests/testsuite.c index a59caa52..cf2fb722 100644 --- a/tests/testsuite.c +++ b/tests/testsuite.c @@ -7,7 +7,7 @@ #include #include -#include "config.h" +#include "prof_config.h" #include "helpers.h" #include "test_autocomplete.h"