1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Added config.h to mock_otr.c

This commit is contained in:
James Booth 2014-05-19 21:15:17 +01:00
parent e10ea1be4e
commit 7b4eaa1c23

View File

@ -6,6 +6,9 @@
#include <string.h>
#include <glib.h>
#include "config.h"
#ifdef HAVE_LIBOTR
#include "otr/otr.h"
#endif