Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tic need <sys/stat.h> for DEFFILEMODE etc.



details:   https://anonhg.NetBSD.org/src/rev/138ccf843f77
branches:  trunk
changeset: 350380:138ccf843f77
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 21:15:23 2017 +0000

description:
need <sys/stat.h> for DEFFILEMODE etc.

diffstat:

 usr.bin/tic/tic.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 451ffbdc1e9a -r 138ccf843f77 usr.bin/tic/tic.c
--- a/usr.bin/tic/tic.c Tue Jan 10 21:14:51 2017 +0000
+++ b/usr.bin/tic/tic.c Tue Jan 10 21:15:23 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tic.c,v 1.26 2016/11/24 17:12:23 christos Exp $ */
+/* $NetBSD: tic.c,v 1.27 2017/01/10 21:15:23 christos Exp $ */
 
 /*
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -32,10 +32,11 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: tic.c,v 1.26 2016/11/24 17:12:23 christos Exp $");
+__RCSID("$NetBSD: tic.c,v 1.27 2017/01/10 21:15:23 christos Exp $");
 
 #include <sys/types.h>
 #include <sys/queue.h>
+#include <sys/stat.h>
 
 #if !HAVE_NBTOOL_CONFIG_H || HAVE_SYS_ENDIAN_H
 #include <sys/endian.h>



Home | Main Index | Thread Index | Old Index