From e9a89f1caa636c86e847a41aec07bf3a81c81069 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 28 May 2007 04:32:22 +0000 Subject: [PATCH] fix bsd build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5223 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/switch.h b/src/include/switch.h index 08432552f8..a739caa732 100644 --- a/src/include/switch.h +++ b/src/include/switch.h @@ -55,6 +55,9 @@ #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 #endif +#ifndef __BSD_VISIBLE +#define __BSD_VISIBLE 1 +#endif #endif #include #include