summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-02-19 14:12:26 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-02-19 14:12:26 +0000
commit1932be8fffa9c6a1e3b6df17f51f3e29746cb7f4 (patch)
tree853cc596c87d161f60a84ca022f1f53bbccf7183 /debug.h
parent4f214a98e413b6d19aa536d5735f722d453d2280 (diff)
Solaris9 fixes
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@214 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