freebsd-ports/japanese/lipsf/files/patch-mkmfsed.c
Edwin Groothuis 13ca38ce48 japanese/lipsf cannot be built
building japanese/lipsf causes core dump on amd64.
	this is because of the lack of inclusion of header file.

PR:		ports/90960
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2005-12-29 05:44:05 +00:00

10 lines
194 B
C

--- mkmfsed.c.orig Tue May 28 00:00:00 2002
+++ mkmfsed.c Tue Dec 27 14:51:35 2005
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "machine.h"
#ifdef NOVOID