diff options
Diffstat (limited to 'Xprint/ps')
-rw-r--r-- | Xprint/ps/PsMisc.c | 2 | ||||
-rw-r--r-- | Xprint/ps/PsPrint.c | 2 | ||||
-rw-r--r-- | Xprint/ps/psout_ft.c | 2 | ||||
-rw-r--r-- | Xprint/ps/psout_ftpstype1.c | 2 | ||||
-rw-r--r-- | Xprint/ps/psout_ftpstype3.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Xprint/ps/PsMisc.c b/Xprint/ps/PsMisc.c index 86d862ce1..a4c585f0d 100644 --- a/Xprint/ps/PsMisc.c +++ b/Xprint/ps/PsMisc.c @@ -74,7 +74,7 @@ in this Software without prior written authorization from The Open Group. ** ********************************************************************/ -#include "Xos.h" /* for SIGCLD on pre-POSIX systems */ +#include <X11/Xos.h> /* for SIGCLD on pre-POSIX systems */ #include <stdio.h> #include "Ps.h" diff --git a/Xprint/ps/PsPrint.c b/Xprint/ps/PsPrint.c index f0356d705..721e430ae 100644 --- a/Xprint/ps/PsPrint.c +++ b/Xprint/ps/PsPrint.c @@ -84,7 +84,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xprotostr.h> #define NEED_EVENTS -#include "Xproto.h" +#include <X11/Xproto.h> #undef NEED_EVENTS #include "Ps.h" diff --git a/Xprint/ps/psout_ft.c b/Xprint/ps/psout_ft.c index 914e2e57b..9db8d49ec 100644 --- a/Xprint/ps/psout_ft.c +++ b/Xprint/ps/psout_ft.c @@ -31,7 +31,7 @@ THE SOFTWARE. #include FT_FREETYPE_H #include FT_TYPE1_TABLES_H -#include "Xproto.h" +#include <X11/Xproto.h> #include "font.h" #include "fontstruct.h" #include "fntfilst.h" diff --git a/Xprint/ps/psout_ftpstype1.c b/Xprint/ps/psout_ftpstype1.c index a9b0cfe86..1d2f49ac7 100644 --- a/Xprint/ps/psout_ftpstype1.c +++ b/Xprint/ps/psout_ftpstype1.c @@ -34,7 +34,7 @@ THE SOFTWARE. #include <ft2build.h> #include FT_FREETYPE_H -#include "Xproto.h" +#include <X11/Xproto.h> #include "font.h" #include "fontstruct.h" #include "fntfilst.h" diff --git a/Xprint/ps/psout_ftpstype3.c b/Xprint/ps/psout_ftpstype3.c index bceb1d479..74494ab9a 100644 --- a/Xprint/ps/psout_ftpstype3.c +++ b/Xprint/ps/psout_ftpstype3.c @@ -58,7 +58,7 @@ THE SOFTWARE. #include FT_INTERNAL_OBJECTS_H #endif /* USE_FT_INTERNALS */ -#include "Xproto.h" +#include <X11/Xproto.h> #include "font.h" #include "fontstruct.h" #include "fntfilst.h" |