The file src/main.c uses the variable CLK_TCK by including time.h. This variable is deprecated with glibc-2.4 and replaced with the variable CLOCKS_PER_SEC. This patch replaces CLK_TCK with CLOCKS_PER_SEC in src/main.c.
Submitted by Andrew Rowland - darowland@ieee.org.