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>
10 lines
194 B
C
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
|