]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
solaris updates.
authorMichael Jerris <mike@jerris.com>
Mon, 8 May 2006 04:07:30 +0000 (04:07 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 8 May 2006 04:07:30 +0000 (04:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1394 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_platform.h

index e4057649bf2ce5dada37ac06c732169842f98c55..9557dc193a91a8858f1f93941ef361e87542d80d 100644 (file)
@@ -106,13 +106,13 @@ typedef unsigned long     in_addr_t;
 #ifndef PACKED
 #define PACKED __attribute__ ((__packed__))
 #endif
+#include <limits.h>
+#include <inttypes.h>
 #include <sys/types.h>
 #include <inttypes.h>
-#ifndef getpid
 #include <unistd.h>
 #include <stdlib.h>
 #include <time.h>
-#endif
 #endif // _MSC_VER