gtk/gtkkineticscrolling.c: Include fallback-c89.c

... as round() is being used, which is for C99 and later.  fallback-c89.c
includes math.h as well.
This commit is contained in:
Chun-wei Fan 2014-06-06 14:47:19 +08:00
parent 763f0a37c1
commit d8de23bef6

View File

@ -18,9 +18,10 @@
#include "config.h"
#include "gtkkineticscrolling.h"
#include <math.h>
#include <stdio.h>
#include "fallback-c89.c"
/*
* All our curves are second degree linear differential equations, and
* so they can always be written as linear combinations of 2 base