From 6f3af9861a7eab73df328b6946edd86fdc3b7693 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 7 Jan 2009 14:02:24 +0000 Subject: minor changes for solaris git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@453 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radmsg.c | 4 ++++ tlv11.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/radmsg.c b/radmsg.c index 0ea6ee7..ef1c179 100644 --- a/radmsg.c +++ b/radmsg.c @@ -6,7 +6,11 @@ * copyright notice and this permission notice appear in all copies. */ +#ifdef SYS_SOLARIS9 +#include +#else #include +#endif #include #include #include diff --git a/tlv11.c b/tlv11.c index 2593c15..d5d66aa 100644 --- a/tlv11.c +++ b/tlv11.c @@ -6,7 +6,11 @@ * copyright notice and this permission notice appear in all copies. */ +#ifdef SYS_SOLARIS9 +#include +#else #include +#endif #include "list.h" #include "tlv11.h" #include -- cgit v1.1