about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-19 21:15:17 +0100
committerJames Booth <boothj5@gmail.com>2014-05-19 21:15:17 +0100
commit7b4eaa1c23bfa5ec0a4d4b1425c444dbe8f1081c (patch)
tree7635963bf01242865727680687f38ea271ff450f
parente10ea1be4e21f78bc308b74390249d194645ba8e (diff)
downloadprofani-tty-7b4eaa1c23bfa5ec0a4d4b1425c444dbe8f1081c.tar.gz
Added config.h to mock_otr.c
-rw-r--r--tests/otr/mock_otr.c3
1 files changed, 3 insertions, 0 deletions
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 <string.h>
 #include <glib.h>
 
+
+#include "config.h"
+
 #ifdef HAVE_LIBOTR
 #include "otr/otr.h"
 #endif
> 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148