summaryrefslogtreecommitdiff
path: root/print/pslib/files/patch-src-ght_hash_table.h.in
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-29 11:59:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-29 11:59:04 +0000
commitde223f9338d36a00d6e27b62c95566da0d9cb7a3 (patch)
treedf91f9ee34ea88f4bbb7a76b03e7c8fb40eb7fca /print/pslib/files/patch-src-ght_hash_table.h.in
parent- Update to 1.12 (diff)
- Update to 0.3.0
Changelog: * lots of fixed bugs * color separation support * support for different input encodings * and more PR: 113987 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes: svn path=/head/; revision=194456
Diffstat (limited to 'print/pslib/files/patch-src-ght_hash_table.h.in')
-rw-r--r--print/pslib/files/patch-src-ght_hash_table.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/print/pslib/files/patch-src-ght_hash_table.h.in b/print/pslib/files/patch-src-ght_hash_table.h.in
new file mode 100644
index 000000000000..2ae260c05702
--- /dev/null
+++ b/print/pslib/files/patch-src-ght_hash_table.h.in
@@ -0,0 +1,10 @@
+--- src/ght_hash_table.h.in.orig Sun Jun 24 14:12:27 2007
++++ src/ght_hash_table.h.in Sun Jun 24 14:12:45 2007
+@@ -60,6 +60,7 @@
+ #define GHT_HASH_TABLE_H
+
+ #include <stdlib.h> /* size_t */
++#include <sys/types.h>
+
+ #ifdef __cplusplus
+ extern "C" {