[sgen] Fix non-Mono SGen clients.
[mono.git] / mono / utils / lock-free-array-queue.c
index 7742d6555e146a647533cb1a3c7592f7bdec7203..1bafb685d63fb53cbbc971ee1fddbc2f30f78b32 100644 (file)
@@ -21,8 +21,8 @@
 #include <mono/utils/atomic.h>
 #include <mono/utils/mono-membar.h>
 #ifdef SGEN_WITHOUT_MONO
-#include <mono/metadata/sgen-gc.h>
-#include <mono/metadata/sgen-client.h>
+#include <mono/sgen/sgen-gc.h>
+#include <mono/sgen/sgen-client.h>
 #else
 #include <mono/utils/mono-mmap.h>
 #endif