freebsd-ports/games/xosmulti/files/patch-biff.c
Tobias Kortkamp 437372be00 Fix runtime
PR:		217945
Submitted by:	Masayoshi Fujimoto <m.fujimoto@yandex.ru>
Reviewed by:	Masayoshi Fujimoto <m.fujimoto@yandex.ru>
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10116
2017-03-23 09:13:25 +00:00

11 lines
244 B
C

--- biff.c.orig 2017-03-22 15:54:32 UTC
+++ biff.c
@@ -6,6 +6,8 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
#include <pwd.h> /* for passwd */
#include <sys/stat.h> /* for stat, needs types.h */