437372be00
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
11 lines
244 B
C
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 */
|
|
|