diff options
Diffstat (limited to '')
-rw-r--r-- | print/trueprint/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/trueprint/files/patch-aa b/print/trueprint/files/patch-aa new file mode 100644 index 000000000000..b6b4da11c87c --- /dev/null +++ b/print/trueprint/files/patch-aa @@ -0,0 +1,10 @@ +--- index.c.orig Thu Feb 17 14:07:51 2000 ++++ index.c Thu Feb 17 14:08:04 2000 +@@ -14,6 +14,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/stat.h> + #include <unistd.h> + |