From 83e9bef4875fcb8bc2873a0b9314d1bd011e92a3 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 16 Feb 2014 23:26:40 +0000 Subject: [PATCH] Fixed config includes --- tests/test_cmd_otr.c | 2 +- tests/testsuite.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"