From: venaas Date: Tue, 16 Dec 2008 12:27:16 +0000 (+0000) Subject: fixed a build problem on solaris X-Git-Tag: radsecproxy-1.4-beta1~116 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=e8f6c5b3271117f843c4d3f82b83df09a7bb1f23;p=libradsec.git fixed a build problem on solaris git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@437 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- 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 +#endif struct hash { struct list *hashlist;