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