summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-02-12 08:23:17 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-02-12 08:23:17 +0000
commit416c6fd6bff3013eebb33e68f1c648ef22e9a965 (patch)
tree8613db42f685a665f0179fe0de83970bd953e5e1 /debug.h
parent10f83ae76c00713065236708251a7d4abfece883 (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 79a275e..b4b8787 100644
--- a/debug.h
+++ b/debug.h
@@ -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