blob: 9681a478a76ce357613ce08d27c0e5dc6006edfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2004/05/09 20:02:59 danw Exp $
--- src/misc.c.orig Sat Mar 13 11:34:11 2004
+++ src/misc.c
@@ -27,7 +27,7 @@
#include <string.h>
#include <ctype.h>
#include <time.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "opencdk.h"
#include "main.h"
|