1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/fvwm95-i18n/files/patch-al

18 lines
496 B
Plaintext
Raw Normal View History

diff -urN ../fvwm95-2.0.43a-Autoconf.orig/modules/FvwmForm/FvwmForm.c ./modules/FvwmForm/FvwmForm.c
--- ../fvwm95-2.0.43a-Autoconf.orig/modules/FvwmForm/FvwmForm.c Sun Nov 22 04:58:25 1998
+++ ./modules/FvwmForm/FvwmForm.c Sun Nov 22 04:59:35 1998
@@ -20,7 +20,13 @@
#include <X11/cursorfont.h>
#define XK_MISCELLANY
#include <X11/keysymdef.h>
+
+#ifdef __FreeBSD__
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
+
#include <string.h>
#include <sys/types.h>
#include <sys/time.h>