diff options
Diffstat (limited to 'Xprint/pcl/PclInit.c')
-rw-r--r-- | Xprint/pcl/PclInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xprint/pcl/PclInit.c b/Xprint/pcl/PclInit.c index f48ece041..3d0a731ac 100644 --- a/Xprint/pcl/PclInit.c +++ b/Xprint/pcl/PclInit.c @@ -86,7 +86,7 @@ copyright holders. #include "Pcl.h" #include "cfb.h" -#include "Xos.h" /* for unlink() */ +#include <X11/Xos.h> /* for unlink() */ #include "attributes.h" #include "DiPrint.h" |