fixed a build problem on solaris
authorvenaas <venaas>
Tue, 16 Dec 2008 12:27:16 +0000 (12:27 +0000)
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Tue, 16 Dec 2008 12:27:16 +0000 (12:27 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@437 e88ac4ed-0b26-0410-9574-a7f39faa03bf

hash.h

diff --git a/hash.h b/hash.h
index 33ca042..d451105 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;