Blame SOURCES/c2esp-ftbfs-gcc7.patch

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