summaryrefslogtreecommitdiff
path: root/print/pslib/files/patch-src-ght_hash_table.h.in
diff options
context:
space:
mode:
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, 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