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

13 lines
317 B
Plaintext

--- wrapper.c.orig Sun Jan 2 00:45:18 2000
+++ wrapper.c Sun Jan 2 00:45:53 2000
@@ -44,7 +44,9 @@
---------------------------------------------------------------------------- */
#include <config.h>
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <memory.h>
#include <stdio.h>
#include <errno.h>