radsecproxy-1.6.5.
[libradsec.git] / hash.h
diff --git a/hash.h b/hash.h
index 33ca042..48f54a3 100644 (file)
--- 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;
@@ -40,3 +42,7 @@ struct hash_entry *hash_first(struct hash *hash);
 
 /* returns the next entry after the argument */
 struct hash_entry *hash_next(struct hash_entry *entry);
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */