mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
fallback-c89: Include config.h
It holds all the HAVE_<func> definitions.
This commit is contained in:
parent
a2c8af7f32
commit
eb8870c912
@ -17,6 +17,8 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
#ifndef HAVE_DECL_ISNAN
|
#ifndef HAVE_DECL_ISNAN
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
/* Workaround for round() for non-GCC/non-C99 compilers */
|
/* Workaround for round() for non-GCC/non-C99 compilers */
|
||||||
|
Loading…
Reference in New Issue
Block a user