$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 <stdio.h>
 #include <string.h>
-#if linux /* daved - 0.19.0 */
+#if linux || defined(__OpenBSD__) /* daved - 0.19.0 */
 #include <stdlib.h>
-#endif
-
-#if AMIGA
-#include <stdlib.h>
-#else
-#include <malloc.h>
 #endif
 
 #include "error.h"