blob: 2004a61b61b1c120dd42c75ad956e6ab867b43c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2004/05/07 02:38:54 danw Exp $
--- image.c.orig Thu May 6 22:36:27 2004
+++ image.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "config.h"
int imgwidth, imgheight;
|