fix solaris build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15067 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-10-03 02:26:28 +00:00
parent 90ef9f0074
commit 393f9b6c3f
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
#include "config.h"
#endif
#if defined(__sun)
#define __EXTENSIONS__
#endif
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>