summaryrefslogtreecommitdiff
path: root/hash.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-12-18 13:08:17 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-12-18 13:08:17 +0000
commitaabc0c59f0b35b1e0da278960b9de75f43e5902f (patch)
treeeb417c24aac1bc3cc902a47ddaca467eaba45bab /hash.h
parent5266ba19a98f1f0ee67aba270fd6d104c8b14c81 (diff)
removing some lint warnings
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@440 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h2
1 files changed, 2 insertions, 0 deletions
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 <stdint.h>
+#endif
struct hash {
struct list *hashlist;