summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-19 21:31:28 +0000
committerManolo Gouy <Manolo>2016-03-19 21:31:28 +0000
commit533c0a217920678b5b0c5b0a5a97fe6a07879840 (patch)
tree9f4c447155acd80269eaec629125167ed6fead6a /src
parent8273b5435460d065ae5ab43ef602e8826bcda8d9 (diff)
Fix #include directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11382 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/drivers/Posix/Fl_Posix_Printer_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx
index f06bef7f9..f821110fa 100644
--- a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx
+++ b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-#include "../../src/config_lib.h"
+#include "../../config_lib.h"
#if defined(FL_CFG_PRN_PS)