1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-11 13:07:08 +03:00

Fix implicit define isnan()

This commit is contained in:
Bernard Spil 2016-02-12 14:37:24 +01:00
parent 1bedac1ca2
commit d0d14da8d9

@ -24,6 +24,7 @@ in the source distribution for its full text.
#include <sys/resource.h>
#include <vm/vm_param.h>
#include <time.h>
#include <math.h>
/*{
#include "Action.h"