From 78a539f69538e621f6e05ba4373508a8767705e8 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 3 Mar 2016 06:46:02 +0000 Subject: Fix error in an #include directive. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Quartz/Fl_Quartz_Copy_Surface.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/Quartz/Fl_Quartz_Copy_Surface.cxx b/src/drivers/Quartz/Fl_Quartz_Copy_Surface.cxx index 04b2c6def..9c767d9b9 100644 --- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -#include "config_lib.h" +#include "../../config_lib.h" #ifdef FL_CFG_GFX_QUARTZ #include "Fl_Quartz_Copy_Surface.H" -- cgit v1.2.3