Please #include <limits.h> in hackbench.c

From: Török Edwin
Date: Tue Sep 02 2008 - 06:38:03 EST


Hi Ingo,

On Fedora Core 9 hackbench.c fails to compile because PTHREAD_STACK_MIN
is not defined, adding
a #include <limits.h> fixes it and makes it compile.

Please add #include<limits.h>

Best regards,
--Edwin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/