[mod_tile] Used the wrong preprocessor directive for the getloadavg check

This commit is contained in:
Kai Krueger
2012-10-03 06:43:31 +00:00
parent 6e7cea1baf
commit 01c7cd6c95

View File

@ -7,7 +7,7 @@
double get_load_avg(void)
{
#ifdef HAVE_LOADAVG
#ifdef HAVE_GETLOADAVG
double loadavg[1];
int n = getloadavg(loadavg, 1);