patch-cups_gstoraster_c 438 B

123456789101112131415
  1. $OpenBSD: patch-cups_gstoraster_c,v 1.1 2016/09/19 09:17:45 ajacoutot Exp $
  2. Fix build with cups>=2.2.0
  3. --- cups/gstoraster.c.orig Sat Sep 17 21:08:20 2016
  4. +++ cups/gstoraster.c Sat Sep 17 21:08:38 2016
  5. @@ -35,6 +35,7 @@ MIT Open Source License - http://www.opensource.org/
  6. #include <cups/cups.h>
  7. #include <stdarg.h>
  8. #include <fcntl.h>
  9. +#include <cups/ppd.h>
  10. #include <cups/raster.h>
  11. #include <sys/types.h>
  12. #include <sys/wait.h>