fallback-c89: Include config.h
authorTimm Bäder <mail@baedert.org>
Sun, 21 Aug 2016 13:43:29 +0000 (15:43 +0200)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 22 May 2017 13:26:32 +0000 (14:26 +0100)
It holds all the HAVE_<func> definitions.

gdk/fallback-c89.c
gtk/fallback-c89.c

index 4baf797f3c2eceeaddb2da8c773b1efcd7bd05c0..e9adc5eba8fe9c074ceaf53b62d123890c656ebe 100644 (file)
@@ -17,6 +17,8 @@
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include <float.h>
 
 #ifndef HAVE_DECL_ISNAN
index df28048feb5a78750aaacea368ebe55c6273eb59..61536771eef992398ab0ae065e4951a39deecebd 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include <math.h>
+
 /* Workaround for round() for non-GCC/non-C99 compilers */
 #ifndef HAVE_ROUND
 static inline double