From 0c868e751af221c142c5863e7d899e6403358311 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 3 Aug 1995 19:20:34 +0000 Subject: entered into RCS --- pfinet/linux/malloc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pfinet/linux/malloc.h') diff --git a/pfinet/linux/malloc.h b/pfinet/linux/malloc.h index 4189796e..06930659 100644 --- a/pfinet/linux/malloc.h +++ b/pfinet/linux/malloc.h @@ -1,7 +1,10 @@ #ifndef _HACK_MALLOC_H_ #define _HACK_MALLOC_H_ +#include + #define kfree_s(a,b) (free (a)) +#define kfree(a) (free (a)) #define kmalloc(a,b) (malloc (a)) #endif -- cgit v1.2.3