From e8f6c5b3271117f843c4d3f82b83df09a7bb1f23 Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 16 Dec 2008 12:27:16 +0000 Subject: fixed a build problem on solaris git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@437 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- hash.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.1