openbsd-ports/graphics/mpeg-lib/patches/patch-aq
2000-01-09 05:56:33 +00:00

13 lines
303 B
Plaintext

--- ordered2.c.orig Sat Jan 8 14:04:07 2000
+++ ordered2.c Sat Jan 8 14:04:17 2000
@@ -21,7 +21,9 @@
/* This file contains C code to implement an ordered dither. */
#include <config.h>
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <memory.h>
#include "video.h"
#include "proto.h"