Mercurial > mplayer.hg
changeset 30180:189535169fa2
Add missing stdlib.h #include to fribidi check.
author | diego |
---|---|
date | Mon, 04 Jan 2010 22:30:41 +0000 |
parents | 8527598ceac6 |
children | 2dc4bcb2793a |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jan 04 22:29:55 2010 +0000 +++ b/configure Mon Jan 04 22:30:41 2010 +0000 @@ -6256,6 +6256,7 @@ if test "$_fribidi" = auto ; then cat > $TMPC << EOF #include <stdio.h> +#include <stdlib.h> /* workaround for fribidi 0.10.4 and below */ #define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8 #include <fribidi/fribidi.h>