diff --git a/src/platforms/rcore_desktop_glfw.c b/src/platforms/rcore_desktop_glfw.c index 2b3e68999..5a1857b3a 100644 --- a/src/platforms/rcore_desktop_glfw.c +++ b/src/platforms/rcore_desktop_glfw.c @@ -101,7 +101,7 @@ #endif #if defined(__APPLE__) #include // Required for: usleep() - #include "_cocoalayer.h" + #include "../_cocoalayer.h" //#define GLFW_EXPOSE_NATIVE_COCOA // WARNING: Fails due to type redefinition void *glfwGetCocoaWindow(GLFWwindow* handle); #include "GLFW/glfw3native.h" // Required for: glfwGetCocoaWindow()