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

13 lines
307 B
Plaintext

--- fs2.c.orig Fri Dec 24 01:41:39 1999
+++ fs2.c Fri Dec 24 01:42:08 1999
@@ -19,7 +19,9 @@
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/
#include <config.h>
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <memory.h>
#include "video.h"
#include "dither.h"