diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 11:59:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 11:59:04 +0000 |
commit | de223f9338d36a00d6e27b62c95566da0d9cb7a3 (patch) | |
tree | df91f9ee34ea88f4bbb7a76b03e7c8fb40eb7fca /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.in | 10 |
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" { |