From 7b4eaa1c23bfa5ec0a4d4b1425c444dbe8f1081c Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 19 May 2014 21:15:17 +0100 Subject: [PATCH] Added config.h to mock_otr.c --- tests/otr/mock_otr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/otr/mock_otr.c b/tests/otr/mock_otr.c index 8a063b99..e73d0ba2 100644 --- a/tests/otr/mock_otr.c +++ b/tests/otr/mock_otr.c @@ -6,6 +6,9 @@ #include #include + +#include "config.h" + #ifdef HAVE_LIBOTR #include "otr/otr.h" #endif