1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/fvwm95-i18n/files/patch-al
SADA Kenji 5f37710d84 Branched x11-wm/fvwm95 -> fvwm95-i18n.
This has only Japanese resources for now.
Submitted by:	Yoshishige Arai <ryo2@on.rim.or.jp>
1998-11-22 14:54:11 +00:00

18 lines
496 B
Plaintext

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>