From 4f8bb1e4657b69d73161c72cfd542aed0816ac92 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 21 Feb 2014 15:29:05 -0500 Subject: [PATCH] openbsd has but errors out when you use this header --- libs/spandsp/src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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