diff options
author | venaas <venaas> | 2008-02-12 08:23:17 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-02-12 08:23:17 +0000 |
commit | 416c6fd6bff3013eebb33e68f1c648ef22e9a965 (patch) | |
tree | 8613db42f685a665f0179fe0de83970bd953e5e1 /debug.h | |
parent | 10f83ae76c00713065236708251a7d4abfece883 (diff) |
trying to support solaris9
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@209 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.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 #define DBG_DBG 8 #define DBG_INFO 16 |