~petersanchez/st

c5ba9c025b7ebc34979e839453528f6e4a18712d — Hiltjo Posthuma 6 years ago b81888e
use math.h for ceilf
1 files changed, 1 insertions(+), 1 deletions(-)

M x.c
M x.c => x.c +1 -1
@@ 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);