$OpenBSD: patch-malloc_c,v 1.1 2005/05/15 18:09:41 db Exp $ --- malloc.c.orig Thu Feb 19 00:35:03 2004 +++ malloc.c Thu May 12 12:51:46 2005 @@ -39,14 +39,8 @@ #include #include -#if linux /* daved - 0.19.0 */ +#if linux || defined(__OpenBSD__) /* daved - 0.19.0 */ #include -#endif - -#if AMIGA -#include -#else -#include #endif #include "error.h"