summaryrefslogtreecommitdiff
path: root/gtk/fallback-c89.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-08-21 15:43:29 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 14:47:14 +0100
commit5c79d65717447a09a378baf45cec4954c3bfb8cd (patch)
tree989d01c646a71800d45f3ed742387822c17deb00 /gtk/fallback-c89.c
parent98b1075764bd998f4ebae1db2e2bb3fc7fa1bbf1 (diff)
downloadgtk+-5c79d65717447a09a378baf45cec4954c3bfb8cd.tar.gz
fallback-c89: Include config.h
It holds all the HAVE_<func> definitions.
Diffstat (limited to 'gtk/fallback-c89.c')
-rw-r--r--gtk/fallback-c89.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/fallback-c89.c b/gtk/fallback-c89.c
index df28048feb..61536771ee 100644
--- a/gtk/fallback-c89.c
+++ b/gtk/fallback-c89.c
@@ -17,8 +17,10 @@
* 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