[sgen] Fix non-Mono SGen clients.
[mono.git] / mono / utils / lock-free-alloc.c
index 305d64dc9fed3cd6dc1d2c79a7c8b303be668fda..55d7937025445975608cc478a13439e87a5def1d 100644 (file)
@@ -84,8 +84,8 @@
 
 #include <mono/utils/atomic.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