openbsd-ports/graphics/mpeg-lib/patches/patch-ao

13 lines
235 B
Plaintext
Raw Normal View History

2000-01-09 00:56:33 -05:00
--- mono.c.orig Sat Jan 8 13:54:02 2000
+++ mono.c Sat Jan 8 13:54:11 2000
@@ -24,7 +24,9 @@
*/
#include <config.h>
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <memory.h>
#include "video.h"
#include "proto.h"