gtk/gtkentry.c: Fix build on pre-C99

This file now uses nearbyint(), so include fallback-c89.c so that
compilers that don't provide the function will not get upset.
This commit is contained in:
Chun-wei Fan 2016-02-15 17:22:00 +08:00
parent f3f3a1c750
commit 0e9f24b5a4

View File

@ -28,7 +28,6 @@
#include "config.h"
#include <math.h>
#include <string.h>
#include "gtkbindings.h"
@ -74,6 +73,8 @@
#include "a11y/gtkentryaccessible.h"
#include "fallback-c89.c"
/**
* SECTION:gtkentry
* @Short_description: A single line text entry field