gutenprint-build.patch 783 B

1234567891011121314151617181920212223
  1. diff -up gutenprint-5.2.7/src/cups/commandtocanon.c.build gutenprint-5.2.7/src/cups/commandtocanon.c
  2. --- gutenprint-5.2.7/src/cups/commandtocanon.c.build 2011-06-07 13:32:37.372042304 +0100
  3. +++ gutenprint-5.2.7/src/cups/commandtocanon.c 2011-06-07 13:32:41.270970750 +0100
  4. @@ -13,6 +13,7 @@
  5. #include <cups/cups.h>
  6. #include <ctype.h>
  7. +#include <stdio.h>
  8. #include <stdlib.h>
  9. diff -up gutenprint-5.2.7/src/cups/commandtoepson.c.build gutenprint-5.2.7/src/cups/commandtoepson.c
  10. --- gutenprint-5.2.7/src/cups/commandtoepson.c.build 2007-12-24 17:19:20.000000000 +0000
  11. +++ gutenprint-5.2.7/src/cups/commandtoepson.c 2011-06-07 13:32:35.656073794 +0100
  12. @@ -30,6 +30,7 @@
  13. #include <cups/cups.h>
  14. #include <ctype.h>
  15. +#include <stdio.h>
  16. #include <stdlib.h>
  17. #include <string.h>