]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/test-crypto-block.c
pseries: Enforce homogeneous threads-per-core
[mirror_qemu.git] / tests / test-crypto-block.c
index cdbe09d4eddf872c259955885806b5f4182ea586..1957a867431439011b81f2378a3e447f81615aee 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "qemu/osdep.h"
+#include "qapi/error.h"
 #include "crypto/init.h"
 #include "crypto/block.h"
 #include "qemu/buffer.h"
@@ -27,7 +28,7 @@
 #include <sys/resource.h>
 #endif
 
-#if defined(CONFIG_UUID) && (defined(_WIN32) || defined RUSAGE_THREAD)
+#if (defined(_WIN32) || defined RUSAGE_THREAD)
 #define TEST_LUKS
 #else
 #undef TEST_LUKS