diff options
Diffstat (limited to 'print/ghostscript9-agpl-base/files/patch-epag-3.09_ert.c')
-rw-r--r-- | print/ghostscript9-agpl-base/files/patch-epag-3.09_ert.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-epag-3.09_ert.c b/print/ghostscript9-agpl-base/files/patch-epag-3.09_ert.c new file mode 100644 index 000000000000..d4395ca747a5 --- /dev/null +++ b/print/ghostscript9-agpl-base/files/patch-epag-3.09_ert.c @@ -0,0 +1,11 @@ +--- epag-3.09/ert.c.orig 2000-07-08 04:33:09 UTC ++++ epag-3.09/ert.c +@@ -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のコマンドを出力するコマンド |