summaryrefslogtreecommitdiff
path: root/src/til_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til_util.c')
-rw-r--r--src/til_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/til_util.c b/src/til_util.c
index e91f9d6..b87a2d8 100644
--- a/src/til_util.c
+++ b/src/til_util.c
@@ -12,10 +12,10 @@
#include <sys/sysctl.h>
#endif
+#include "til_limits.h"
#include "til_util.h"
#define TIL_SYSFS_CPU "/sys/devices/system/cpu/cpu"
-#define TIL_MAXCPUS 1024
unsigned til_get_ncpus(void)
{
© All Rights Reserved