From 70cedacdde512d2ed5984eec242c55f3239b73fc Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 14 Dec 2004 23:36:30 +0000 Subject: Merge slimey's Solaris compatibility (with small mods) (bug #2740) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b --- formats/format_h263.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'formats/format_h263.c') diff --git a/formats/format_h263.c b/formats/format_h263.c index d2e2e76e5..17805b231 100755 --- a/formats/format_h263.c +++ b/formats/format_h263.c @@ -28,8 +28,12 @@ #ifdef __linux__ #include #else +#ifdef SOLARIS +#include "solaris-compat/compat.h" +#else #include #endif +#endif /* Some Ideas for this code came from makeh263e.c by Jeffrey Chilton */ -- cgit v1.2.3