summaryrefslogtreecommitdiff
path: root/postproc
diff options
context:
space:
mode:
authorBjörn Sandell <biorn@dce.chalmers.se>2002-05-12 02:18:52 +0000
committerArpi <arpi@thot.banki.hu>2002-05-12 02:18:52 +0000
commitb6acbc3caf408ee2e7e2b2b84bd5ab16719ad8bd (patch)
tree38d1da80afd2808059331e7dea5d54542c5838ca /postproc
parentab0ff2a563340569b362acf56303259f3da748bd (diff)
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r--postproc/swscale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index d5a788a284..a602de0076 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"