diff options
Diffstat (limited to 'rts/posix/OSMem.c')
-rw-r--r-- | rts/posix/OSMem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rts/posix/OSMem.c b/rts/posix/OSMem.c index e08dfca8b6..e266af8e7c 100644 --- a/rts/posix/OSMem.c +++ b/rts/posix/OSMem.c @@ -30,10 +30,8 @@ #if defined(HAVE_FCNTL_H) #include <fcntl.h> #endif -#if defined(HAVE_NUMA_H) +#if HAVE_LIBNUMA #include <numa.h> -#endif -#if defined(HAVE_NUMAIF_H) #include <numaif.h> #endif #if defined(HAVE_SYS_RESOURCE_H) && defined(HAVE_SYS_TIME_H) |