mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
$NetBSD: patch-ad,v 1.1 2004/06/26 18:27:23 grant Exp $
|
|
|
|
--- gdith.c.orig Sat Jul 24 00:04:42 1999
|
|
+++ gdith.c Mon Sep 15 22:49:55 2003
|
|
@@ -21,8 +21,8 @@
|
|
|
|
|
|
#include <config.h>
|
|
-#include <malloc.h>
|
|
#include <memory.h>
|
|
+#include <stdlib.h>
|
|
#include "mpeg.h"
|
|
#include "dither.h"
|
|
#include "video.h"
|