[gtk+/wip/meson: 62/181] fallback-c89: Include config.h
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/meson: 62/181] fallback-c89: Include config.h
- Date: Wed, 26 Apr 2017 16:32:50 +0000 (UTC)
commit d4e76eefeab28c3d8681790c9bc0266c7c6b2ed6
Author: Timm Bäder <mail baedert org>
Date: Sun Aug 21 15:43:29 2016 +0200
fallback-c89: Include config.h
It holds all the HAVE_<func> definitions.
gtk/fallback-c89.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/fallback-c89.c b/gtk/fallback-c89.c
index df28048..0202677 100644
--- a/gtk/fallback-c89.c
+++ b/gtk/fallback-c89.c
@@ -18,7 +18,8 @@
*/
#include <math.h>
-
+#include "config.h"
+
/* Workaround for round() for non-GCC/non-C99 compilers */
#ifndef HAVE_ROUND
static inline double
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]