svn commit: r315737 - head/lib/libc/gen
Ngie Cooper
ngie at FreeBSD.org
Wed Mar 22 19:23:14 UTC 2017
Author: ngie
Date: Wed Mar 22 19:23:13 2017
New Revision: 315737
URL: https://svnweb.freebsd.org/changeset/base/315737
Log:
Unbreak world by adding sys/stat.h for stat(2)
X-MFC with: r315733
Reported by: O. Hartmann <ohartmann at walstatt.org>
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/gen/getttyent.c
Modified: head/lib/libc/gen/getttyent.c
==============================================================================
--- head/lib/libc/gen/getttyent.c Wed Mar 22 19:20:39 2017 (r315736)
+++ head/lib/libc/gen/getttyent.c Wed Mar 22 19:23:13 2017 (r315737)
@@ -34,6 +34,7 @@ static char sccsid[] = "@(#)getttyent.c
__FBSDID("$FreeBSD$");
#include <sys/types.h>
+#include <sys/stat.h>
#include <sys/sysctl.h>
#include <ctype.h>
More information about the svn-src-head
mailing list