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

Added conditional include in cmd_otr tests

This commit is contained in:
James Booth 2014-02-16 17:48:51 +00:00
parent 60e03094c3
commit e1fe7783c0

View File

@ -5,9 +5,13 @@
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include <libotr/proto.h>
#include "config.h"
#ifdef HAVE_LIBOTR
#include <libotr/proto.h>
#endif
#include "config/preferences.h"
#include "ui/mock_ui.h"