From 4f365f37b578490f5a4df87847f5b78bec37a15b Mon Sep 17 00:00:00 2001 From: Michael Kostylev Date: Mon, 24 Dec 2007 12:49:27 +0000 Subject: djgpp port, first part patch by Michael Kostylev, mik niipt ru Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/os_support.h') diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 77cba1fe4b..16c198eb4f 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -27,7 +27,7 @@ * miscellaneous OS support macros and functions. */ -#if defined(__BEOS__) || defined(__INNOTEK_LIBC__) +#if defined(__BEOS__) || defined(__INNOTEK_LIBC__) || defined(__DJGPP__) typedef int socklen_t; #endif -- cgit v1.2.3