[evolution-activesync/wip/camel-more-gobject] Include config.h where needed
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-activesync/wip/camel-more-gobject] Include config.h where needed
- Date: Tue, 11 Oct 2016 20:26:30 +0000 (UTC)
commit dbb9b30616370121dda2b83bf6dc583803bcac3e
Author: Milan Crha <mcrha redhat com>
Date: Tue Oct 11 22:25:34 2016 +0200
Include config.h where needed
One changes the way it's included, to do it the same as the other
places, the other is added, because it was missing, but it was not
found, because one public header in libedataserver included
it "as a bonus", in the same way as added here.
camel/camel-eas-message-info.c | 2 +-
configuration/e-mail-config-eas-backend.c | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-eas-message-info.c b/camel/camel-eas-message-info.c
index 3d6c59e..e89db79 100644
--- a/camel/camel-eas-message-info.c
+++ b/camel/camel-eas-message-info.c
@@ -16,7 +16,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <stdio.h>
diff --git a/configuration/e-mail-config-eas-backend.c b/configuration/e-mail-config-eas-backend.c
index e0683da..fdcf5a6 100644
--- a/configuration/e-mail-config-eas-backend.c
+++ b/configuration/e-mail-config-eas-backend.c
@@ -22,6 +22,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "e-mail-config-eas-backend.h"
#include <glib/gi18n-lib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]