blob: 711bc1681454840543e876af506f93532f2fb138 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ag,v 1.4 1998/08/07 11:10:27 agc Exp $
--- src/dlg.c.orig Tue Sep 16 23:54:31 1997
+++ src/dlg.c Sat Jan 24 17:08:46 1998
@@ -21,5 +21,5 @@
#include <string.h>
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "tty.h"
#include <stdarg.h>
|