diff options
Diffstat (limited to 'print/ghostscript8-base/files/patch-epag-ert.c')
-rw-r--r-- | print/ghostscript8-base/files/patch-epag-ert.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript8-base/files/patch-epag-ert.c b/print/ghostscript8-base/files/patch-epag-ert.c new file mode 100644 index 000000000000..f063aeddabc2 --- /dev/null +++ b/print/ghostscript8-base/files/patch-epag-ert.c @@ -0,0 +1,11 @@ +--- epag-3.09/ert.c.orig 2000-07-08 13:33:09.000000000 +0900 ++++ epag/ert.c 2012-02-13 03:38:07.000000000 +0900 +@@ -1,6 +1,8 @@ + /* $Id: ert.c,v 1.3 1998/11/20 10:51:12 nari Exp $ */ + + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + + /* + * EPSON Remoteのコマンドを出力するコマンド |