use math.h for ceilf

This commit is contained in:
Hiltjo Posthuma 2018-03-09 15:36:38 +01:00
parent b81888ee7d
commit c5ba9c025b
1 changed files with 1 additions and 1 deletions

2
x.c
View File

@ -1,5 +1,6 @@
/* See LICENSE for license details. */
#include <errno.h>
#include <math.h>
#include <limits.h>
#include <locale.h>
#include <signal.h>
@ -901,7 +902,6 @@ xloadfonts(char *fontstr, double fontsize)
{
FcPattern *pattern;
double fontval;
float ceilf(float);
if (fontstr[0] == '-') {
pattern = XftXlfdParse(fontstr, False, False);