From 01664547942bb7239cc6374c2966e054ad0c6a43 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 19 May 2014 21:25:21 +0100 Subject: [PATCH] Added config.h to files checking for OTR support --- src/command/command.c | 2 ++ src/command/commands.c | 2 ++ src/server_events.c | 2 ++ src/ui/titlebar.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/command/command.c b/src/command/command.c index 578a3940..df0197fe 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -28,6 +28,8 @@ #include +#include "config.h" + #include "chat_session.h" #include "command/command.h" #include "command/commands.h" diff --git a/src/command/commands.c b/src/command/commands.c index 9a6cf919..fd50f08b 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -20,6 +20,8 @@ * */ +#include "config.h" + #include #include #include diff --git a/src/server_events.c b/src/server_events.c index 52fdf052..ecd1ff57 100644 --- a/src/server_events.c +++ b/src/server_events.c @@ -23,6 +23,8 @@ #include #include +#include "config.h" + #include "chat_session.h" #include "log.h" #include "muc.h" diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c index 99932024..1b43d6b3 100644 --- a/src/ui/titlebar.c +++ b/src/ui/titlebar.c @@ -23,6 +23,8 @@ #include #include +#include "config.h" + #include "common.h" #include "config/theme.h" #include "config/preferences.h"