diff options
| author | Manolo Gouy <Manolo> | 2014-09-08 16:03:52 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-09-08 16:03:52 +0000 |
| commit | 11f55e80b38d7d8ce010486304b5106915907383 (patch) | |
| tree | 3e47eb87cba25bf43608b4d5b34290bfe4bc59ba /src/Fl_PostScript.cxx | |
| parent | c7f0ee3bd0f7d2fe657f4fa7e04f420b877a6542 (diff) | |
Put Fl_PostScript.cxx in list of files compiled in libfltk rather than including it in Fl_Printer.cxx.
VisualC project files still need to be changed accordingly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 2bcde7a7a..9e20b4fac 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -16,6 +16,7 @@ // http://www.fltk.org/str.php // +#include <FL/Fl_Printer.H> #include <config.h> #include <FL/Fl.H> #include <FL/fl_ask.H> |
