12 lines
258 B
Text
12 lines
258 B
Text
$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;
|