forked from AuroraMiddleware/gtk
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:
parent
f3f3a1c750
commit
0e9f24b5a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user