From e625858dab0773044330fae4250363a21175edac Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Wed, 20 Oct 2010 23:10:28 +0300 Subject: [PATCH] Apply patch #3091490: Make 1.11.0 Compile on FreeBSD Submitted by jprather. (cherry picked from commit b1f3839761ff601c7f11fc45fe2d6df98925a667) --- src/core/sipe-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sipe-utils.c b/src/core/sipe-utils.c index 21cbc518..e9bcfcb9 100644 --- a/src/core/sipe-utils.c +++ b/src/core/sipe-utils.c @@ -33,7 +33,7 @@ #include "win32/libc_interface.h" #include #else -#ifdef __APPLE__ +#if defined(__APPLE__) || defined(__FreeBSD__) #include #endif #include -- 2.11.4.GIT