[gtk+/wip/baedert/meson: 139/145] fallback-c89: Include config.h



commit b065e2e61bf4e83c24207f4bd8faa3f2ac61a81d
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]