summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-12 02:18:52 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-12 02:18:52 +0000
commit278b3ae129464e1a309240a37667fecdf7e97ac5 (patch)
treeda69625255a4500c44870334fe9f69e691377c19 /postproc
parentfbba89f83b8631f2b5450b0fced0a88e5f9cb64c (diff)
downloadmpv-278b3ae129464e1a309240a37667fecdf7e97ac5.tar.bz2
mpv-278b3ae129464e1a309240a37667fecdf7e97ac5.tar.xz
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
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"