summaryrefslogtreecommitdiff
path: root/ProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 5432c18..641a08c 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -117,7 +117,7 @@ typedef struct ProcessList_ {
int kernelThreads;
int runningTasks;
- #ifdef HAVE_HWLOC
+ #ifdef HAVE_LIBHWLOC
hwloc_topology_t topology;
bool topologyOk;
#endif