$OpenBSD: patch-modules_FvwmForm_FvwmForm_c,v 1.2 2014/11/30 05:41:34 brad Exp $

Don't use malloc.h header on OpenBSD.

--- modules/FvwmForm/FvwmForm.c.orig	Tue Dec 10 11:41:43 1996
+++ modules/FvwmForm/FvwmForm.c	Thu Nov 20 04:57:44 2014
@@ -16,7 +16,6 @@
 #include <X11/cursorfont.h>
 #define XK_MISCELLANY
 #include <X11/keysymdef.h>
-#include <malloc.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/time.h>
@@ -179,6 +178,8 @@ int rel_cursor;
 
 static char *buf;
 static int N = 8;
+
+XFontStruct *GetFontOrFixed(Display *, char *);
 
 /* copy a string until '\0', or up to n chars, and delete trailing spaces */
 char *CopyString (char *cp, int n)
