From e00f82c550f9660fb704a7f392260f81b9aee96e Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 8 May 2006 04:07:30 +0000 Subject: [PATCH] solaris updates. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1394 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index e4057649bf..9557dc193a 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -106,13 +106,13 @@ typedef unsigned long in_addr_t; #ifndef PACKED #define PACKED __attribute__ ((__packed__)) #endif +#include +#include #include #include -#ifndef getpid #include #include #include -#endif #endif // _MSC_VER