diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 09:52:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 09:52:43 +0000 |
commit | 4692dbe530909bec6a8ac5cbb23a0f0e28b49936 (patch) | |
tree | dd766595737e3a428073e7b9abb8e7c5d73b27b0 /print/pslib/files/patch-src-ght_hash_table.h.in | |
parent | Update to 12.7.4 (diff) |
- Update to 0.4.0
- USE NOPORTEXAMPLES
PR: 114576
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=196548
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, 5 insertions, 5 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 index 2ae260c05702..d689f4e3aac8 100644 --- a/print/pslib/files/patch-src-ght_hash_table.h.in +++ b/print/pslib/files/patch-src-ght_hash_table.h.in @@ -1,10 +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 +--- src/ght_hash_table.h.in.orig Sat Jul 14 10:40:00 2007 ++++ src/ght_hash_table.h.in Sat Jul 14 10:40:29 2007 @@ -60,6 +60,7 @@ #define GHT_HASH_TABLE_H #include <stdlib.h> /* size_t */ +#include <sys/types.h> - - #ifdef __cplusplus - extern "C" { + #ifndef WIN32 + #include <stdint.h> /* uint32_t */ + #endif |