]> git.pld-linux.org Git - packages/cups.git/blame - cups-pstoraster-gcc-2.96.patch
- pl for backends
[packages/cups.git] / cups-pstoraster-gcc-2.96.patch
CommitLineData
37d724b6 1--- cups-1.1.10/pstoraster/genarch.c.orig Thu Mar 29 18:55:43 2001
2+++ cups-1.1.10/pstoraster/genarch.c Thu Mar 29 18:58:27 2001
3@@ -28,6 +28,7 @@
4
5 #include "stdpre.h"
6 #include <stdio.h>
7+#include <string.h>
8
9 /* We should write the result on stdout, but the original Turbo C 'make' */
10 /* can't handle output redirection (sigh). */
11--- cups-1.1.10/pstoraster/zchar1.c.orig Thu Mar 29 18:51:23 2001
12+++ cups-1.1.10/pstoraster/zchar1.c Thu Mar 29 18:52:23 2001
13@@ -49,6 +49,8 @@
14 #include "iname.h"
15 #include "store.h"
16
17+#include <string.h>
18+
19 /* Test whether a font is Type 1 compatible. */
20 inline private bool
21 font_is_type1_compatible(const gs_font *pfont)
This page took 0.03028 seconds and 4 git commands to generate.