diff options
| author | venaas <venaas> | 2008-12-16 12:27:16 +0000 | 
|---|---|---|
| committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-16 12:27:16 +0000 | 
| commit | e8f6c5b3271117f843c4d3f82b83df09a7bb1f23 (patch) | |
| tree | 80e83f67106c9929d669bee4f6b413409414ce31 | |
| parent | e27f064917ced2a96199c738435ea5fe96c0ea8e (diff) | |
fixed a build problem on solaris
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@437 e88ac4ed-0b26-0410-9574-a7f39faa03bf
| -rw-r--r-- | hash.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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; | 
