From: Michael Jerris Date: Sat, 10 Mar 2007 20:50:20 +0000 (+0000) Subject: add some missing headers on bsd builds. X-Git-Tag: v1.0-beta1~910 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d212e1ab5c5ac6389ee1adcbaee7bf5ff3d8fa61;p=thirdparty%2Ffreeswitch.git add some missing headers on bsd builds. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4503 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index 7b07cc144d..e54cda61b0 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -109,6 +109,8 @@ typedef int gid_t; #include #include #include +#include +#include #endif // _MSC_VER #ifndef __LITTLE_ENDIAN