diff postproc/swscale.c @ 6057:31e465fda59c

various openbsd and general warning fixes - patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Sun, 12 May 2002 02:18:52 +0000
parents 4b18bf35f153
children 523014df7d32
line wrap: on
line diff
--- a/postproc/swscale.c	Sun May 12 01:51:09 2002 +0000
+++ b/postproc/swscale.c	Sun May 12 02:18:52 2002 +0000
@@ -55,6 +55,8 @@
 #include <assert.h>
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
+#else
+#include <stdlib.h>
 #endif
 #include "swscale.h"
 #include "../cpudetect.h"