From: Michael Jerris Date: Fri, 21 Feb 2014 20:29:05 +0000 (-0500) Subject: openbsd has but errors out when you use this header X-Git-Tag: v1.5.8~25^2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8bb1e4657b69d73161c72cfd542aed0816ac92;p=thirdparty%2Ffreeswitch.git openbsd has but errors out when you use this header --- diff --git a/libs/spandsp/src/alloc.c b/libs/spandsp/src/alloc.c index 273fad30d0..9c5a1211f1 100644 --- a/libs/spandsp/src/alloc.c +++ b/libs/spandsp/src/alloc.c @@ -41,7 +41,7 @@ #define __ISO_C_VISIBLE 2011 #endif #include -#if defined(HAVE_MALLOC_H) +#if defined(HAVE_MALLOC_H) && !defined(__OpenBSD__) #include #endif #include