mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 08:26:21 +00:00
Added conditional include in cmd_otr tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user