X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hash.h;h=48f54a3353deb5e6a5f6358edaba04a7e549e205;hb=refs%2Fheads%2Fmaint-1.6;hp=33ca042d6f2a4dc8d93584cc414dd59349ab96f2;hpb=5ffb1376dd0a2f1f55cfc0511bd3ef38be6e4d1d;p=libradsec.git diff --git a/hash.h b/hash.h index 33ca042..48f54a3 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 +#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: */