From 393f9b6c3f6c882c2730e971e9d1090d303c07ba Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sat, 3 Oct 2009 02:26:28 +0000 Subject: [PATCH] fix solaris build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15067 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/spandsp/src/at_interpreter.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/spandsp/src/at_interpreter.c b/libs/spandsp/src/at_interpreter.c index 5d488a2685..602a737223 100644 --- a/libs/spandsp/src/at_interpreter.c +++ b/libs/spandsp/src/at_interpreter.c @@ -34,6 +34,10 @@ #include "config.h" #endif +#if defined(__sun) +#define __EXTENSIONS__ +#endif + #include #include #include