summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.h b/hash.h
index 33ca042..d451105 100644
--- a/hash.h
+++ b/hash.h
@@ -6,7 +6,9 @@
* copyright notice and this permission notice appear in all copies.
*/
+#ifndef SYS_SOLARIS9
#include <stdint.h>
+#endif
struct hash {
struct list *hashlist;