$NetBSD$
--- disasm.h.orig	Sat Mar 13 00:52:10 2004
+++ disasm.h	Sat Mar 13 00:52:18 2004
@@ -32,7 +32,7 @@
 # include <stdio.h> 
 # include <stdarg.h>
 # include <string.h>
-# include <malloc.h>
+# include <stdlib.h>
 # include <ctype.h>
 
 # define pr1ntf(x)         if(printMode==1)printf(x);else
@@ -486,4 +486,4 @@
 int print25case();
 
 // functions in ieee.c
-double ConvertFromIeeeExtended(PBYTE);
\ No newline at end of file
+double ConvertFromIeeeExtended(PBYTE);
