From f76f288a86651def04310ec07013637c585e6844 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 20 Apr 2015 12:56:05 +0200 Subject: [PATCH] (apple_cocoa_gl.m) buildfix --- gfx/drivers_context/apple_cocoa_gl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/apple_cocoa_gl.m b/gfx/drivers_context/apple_cocoa_gl.m index 5c38e151ff..e4147c87c5 100644 --- a/gfx/drivers_context/apple_cocoa_gl.m +++ b/gfx/drivers_context/apple_cocoa_gl.m @@ -25,7 +25,7 @@ #elif defined(HAVE_COCOATOUCH) #include #endif -#import "../../../ui/drivers/cocoa/cocoa_common.h" +#import "../../ui/drivers/cocoa/cocoa_common.h" #include "../video_context_driver.h" #include "../video_monitor.h" #include "../../configuration.h"