1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-11-23 04:24:24 +03:00

Fix libnuma use to build with v1 compatability code

This commit is contained in:
Daniel P. Berrange
2008-11-28 11:20:27 +00:00
parent a9567e09ef
commit c23ff311fc
7 changed files with 27 additions and 9 deletions

View File

@@ -46,6 +46,7 @@
#include <sys/inotify.h>
#if HAVE_NUMACTL
#define NUMA_VERSION1_COMPATIBILITY 1
#include <numa.h>
#endif