]> git.pld-linux.org Git - packages/faces.git/blame - faces-error.patch
- tabs in preamble
[packages/faces.git] / faces-error.patch
CommitLineData
5df150f2 1--- faces/x11.c.orig Mon Apr 7 17:29:53 2003
2+++ faces/x11.c Mon Apr 7 17:30:09 2003
3@@ -17,6 +17,7 @@
4 */
5
6 #include <stdio.h>
7+#include <errno.h>
8 #include <ctype.h>
9 #if ( !defined(mips) && !defined(TOPIX) ) || defined(ultrix)
10 #include <sys/types.h>
11--- faces/compface/compface.h.orig Mon Apr 7 17:41:28 2003
12+++ faces/compface/compface.h Mon Apr 7 17:41:43 2003
13@@ -17,6 +17,7 @@
14 #include <string.h>
15 #else
16 #include <strings.h>
17+#include <errno.h>
18 #endif /* SYSV32 || hpux */
19 #include <fcntl.h>
20 #include <setjmp.h>
This page took 0.09594 seconds and 5 git commands to generate.