Add missing stdlib.h #include to fribidi check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-01-04 22:30:41 +00:00
parent 22298a8e57
commit e4ce50305b
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -6256,6 +6256,7 @@ _ld_tmp=""
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>