From 416c6fd6bff3013eebb33e68f1c648ef22e9a965 Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 12 Feb 2008 08:23:17 +0000 Subject: trying to support solaris9 git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@209 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug.h') 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 +#endif #define DBG_DBG 8 #define DBG_INFO 16 -- cgit v1.1