Files
2013-09-26 17:14:40 +02:00

13 lines
258 B
Plaintext

$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;