diff options
author | venaas <venaas> | 2008-02-19 14:12:26 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-02-19 14:12:26 +0000 |
commit | 1932be8fffa9c6a1e3b6df17f51f3e29746cb7f4 (patch) | |
tree | 853cc596c87d161f60a84ca022f1f53bbccf7183 /debug.c | |
parent | 4f214a98e413b6d19aa536d5735f722d453d2280 (diff) |
Solaris9 fixes
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@214 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 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 #include <stdio.h> #include <stdlib.h> #include <stdarg.h> |