blob: d30be1b52c00ab2d19a568eb52bbb65a2b671e57 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/cups/rastertoprinter.c- Tue Oct 15 12:32:23 2002
+++ src/cups/rastertoprinter.c Tue Oct 15 12:32:40 2002
@@ -57,6 +57,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
+#include <limits.h>
#ifdef INCLUDE_GIMP_PRINT_H
#include INCLUDE_GIMP_PRINT_H
#else
|