Blame SOURCES/c2esp-ftbfs-gcc7.patch

aefe52
diff -up c2esp-27/src/c2espC.c.ftbfs-gcc7 c2esp-27/src/c2espC.c
aefe52
diff -up c2esp-27/src/c2espcommon.c.ftbfs-gcc7 c2esp-27/src/c2espcommon.c
aefe52
--- c2esp-27/src/c2espcommon.c.ftbfs-gcc7	2017-03-03 14:10:28.018395128 +0100
aefe52
+++ c2esp-27/src/c2espcommon.c	2017-03-03 14:19:26.967383931 +0100
aefe52
@@ -24,6 +24,7 @@
aefe52
 #include <fcntl.h> //files
aefe52
 #include <sys/stat.h> //for chmod
aefe52
 #include <time.h> //time functions used for debugging
aefe52
+#include <stdlib.h>
aefe52
 
aefe52
 #if HAVE_CUPSFILTERS_DRIVER_H == 1
aefe52
 #include <cupsfilters/driver.h> //has the dither functions
aefe52
diff -up c2esp-27/src/c2espcommon.h.ftbfs-gcc7 c2esp-27/src/c2espcommon.h
aefe52
--- c2esp-27/src/c2espcommon.h.ftbfs-gcc7	2017-03-03 14:25:54.186413550 +0100
aefe52
+++ c2esp-27/src/c2espcommon.h	2017-03-03 14:26:53.105961575 +0100
aefe52
@@ -21,6 +21,7 @@
aefe52
 #include <cups/sidechannel.h> //FlushBackChannel, and the side channel functions and constants
aefe52
 #include <fcntl.h> //files
aefe52
 #include <time.h> //time functions used for debugging
aefe52
+#include <stdio.h> //library for stderr, stdout, stdin - because of gcc7, it needed to be included
aefe52
 
aefe52
 /*
aefe52
  * Constants...