summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 22:30:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 22:30:41 +0000
commite4ce50305bb4985005ff9e7e0d03c1cf8516bee7 (patch)
treede516d4bb5d80fc336fcc71381d2f79a84c2934f
parent22298a8e570b35e9626b22020ce70fa1f89b4220 (diff)
downloadmpv-e4ce50305bb4985005ff9e7e0d03c1cf8516bee7.tar.bz2
mpv-e4ce50305bb4985005ff9e7e0d03c1cf8516bee7.tar.xz
Add missing stdlib.h #include to fribidi check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30222 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a02c1ac0a4..f4d9452c30 100755
--- a/configure
+++ b/configure
@@ -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>