[gmime: 22/24] Include zentimer.h unconditionally
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime: 22/24] Include zentimer.h unconditionally
- Date: Sat, 26 Aug 2017 13:21:36 +0000 (UTC)
commit d794dcec1a950b8cedc160c7975a9edd003d9824
Author: Jakub Wilk <jwilk jwilk net>
Date: Sat Aug 5 14:12:25 2017 +0200
Include zentimer.h unconditionally
The inclusion of zentimer.h is necessary even when ENABLE_ZENTIMER is
not defined; otherwise the ZenTimer*() functions wouldn't be available.
tests/test-parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-parser.c b/tests/test-parser.c
index 51b530f..94f7161 100644
--- a/tests/test-parser.c
+++ b/tests/test-parser.c
@@ -34,8 +34,8 @@
#if !defined (G_OS_WIN32) || defined (__MINGW32__)
#define ENABLE_ZENTIMER
-#include "zentimer.h"
#endif
+#include "zentimer.h"
#define TEST_RAW_HEADER
#define TEST_PRESERVE_HEADERS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]