summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-03 06:46:02 +0000
committerManolo Gouy <Manolo>2016-03-03 06:46:02 +0000
commit78a539f69538e621f6e05ba4373508a8767705e8 (patch)
tree688a8071bd658104734f20df5ed726411f55f74e /src/drivers
parent8b0dec34060f813a1a38845467d1476081d6a545 (diff)
Fix error in an #include directive.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Copy_Surface.cxx2
1 files changed, 1 insertions, 1 deletions
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"