From b6acbc3caf408ee2e7e2b2b84bd5ab16719ad8bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Sandell?= <biorn@dce.chalmers.se>
Date: Sun, 12 May 2002 02:18:52 +0000
Subject: [PATCH] =?UTF-8?q?various=20openbsd=20and=20general=20warning=20f?=
 =?UTF-8?q?ixes=20-=20patch=20by=20Bj=C3=B6rn=20Sandell=20<biorn@dce.chalm?=
 =?UTF-8?q?ers.se>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
---
 postproc/swscale.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/postproc/swscale.c b/postproc/swscale.c
index d5a788a2849..a602de0076a 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -55,6 +55,8 @@ untested special converters
 #include <assert.h>
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
+#else
+#include <stdlib.h>
 #endif
 #include "swscale.h"
 #include "../cpudetect.h"
-- 
GitLab