blob: 673df6a69bcbde3a8d1f37db3b4d3f4d50f2b8d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1 2004/05/07 02:38:54 danw Exp $
--- ui.c.orig Thu May 6 22:36:30 2004
+++ ui.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <aalib.h>
#include "shrink.h"
|