diff options
Diffstat (limited to 'print/dviselect')
-rw-r--r-- | print/dviselect/files/patch-ab | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/print/dviselect/files/patch-ab b/print/dviselect/files/patch-ab index ee0f92f6c900..41dbffd86e3e 100644 --- a/print/dviselect/files/patch-ab +++ b/print/dviselect/files/patch-ab @@ -1,6 +1,14 @@ ---- lib/error.c~ Wed Nov 15 13:19:40 1989 -+++ lib/error.c Tue Aug 19 18:41:37 1997 -@@ -32,7 +32,6 @@ +--- lib/error.c Wed Nov 15 12:19:40 1989 ++++ lib/error.c Wed Jun 10 23:17:18 1998 +@@ -19,6 +19,7 @@ + + #include <stdio.h> + #include <varargs.h> ++#include <errno.h> + + #ifdef lint + +@@ -32,7 +33,6 @@ extern char *ProgName; extern int errno; |