mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
$NetBSD: patch-aj,v 1.1 2004/06/26 18:27:23 grant Exp $
|
|
|
|
--- 2x2.c.orig Sat Jul 24 00:06:22 1999
|
|
+++ 2x2.c Mon Sep 15 22:49:32 2003
|
|
@@ -21,8 +21,8 @@
|
|
|
|
#include <config.h>
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include "video.h"
|
|
+#include <stdlib.h>
|
|
#include "dither.h"
|
|
#include "proto.h"
|
|
#include "my_dmalloc.h"
|