From f9fe2bba381311657ed93469ff05ee40e80bbfc2 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Mon, 30 Dec 2013 15:05:49 +0000 Subject: Required for building on OSX --- pam_radius_auth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pam_radius_auth.c') diff --git a/pam_radius_auth.c b/pam_radius_auth.c index 11bec48..008dc69 100644 --- a/pam_radius_auth.c +++ b/pam_radius_auth.c @@ -56,8 +56,9 @@ #include #include +#include -#ifdef sun +#if defined(sun) || defined(__APPLE__) #include #endif #include -- cgit v1.2.3