diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-31 18:22:04 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-31 18:22:04 +0100 |
| commit | 94c918a1aee72a1b906790873a8ed57e47b733fe (patch) | |
| tree | 65effa2b3ab842adbde0ca3c5f4bc03b79a756f9 /src/drivers/Posix | |
| parent | eaaf5ba90cb9efe62b9186c60f093f8b9390f260 (diff) | |
Fix miscellaneous #include directives
Diffstat (limited to 'src/drivers/Posix')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_Printer_Driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx index a49941837..6697f23d6 100644 --- a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx @@ -1,7 +1,7 @@ // // PostScript priting support for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2020 by Bill Spitzak and others. +// Copyright 2010-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -35,7 +35,7 @@ class Fl_Posix_Printer_Driver : public Fl_PostScript_File_Device { #include <dlfcn.h> // for dlopen et al #include <unistd.h> // for mkstemp #include <FL/filename.H> -#include "../Unix/Fl_Unix_System_Driver.H" +#include "Fl_Posix_System_Driver.H" #define GTK_PAPER_NAME_LETTER "na_letter" #define GTK_RESPONSE_NONE 0 #define GTK_RESPONSE_OK -5 |
