blob: 631ac1ad20b3483c7ca963305c3fba0d23e211e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
--- src/fasthenry/hole.c.orig Tue Aug 3 22:17:12 2004
+++ src/fasthenry/hole.c
@@ -38,7 +38,7 @@ operation of Software or Licensed Progra
#include <stdio.h>
#include <ctype.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
#include "induct.h"
|