Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/systat need <sys/stat.h>



details:   https://anonhg.NetBSD.org/src/rev/c884a953f311
branches:  trunk
changeset: 820521:c884a953f311
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 21:14:51 2017 +0000

description:
need <sys/stat.h>

diffstat:

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

diffs (24 lines):

diff -r 2808f1c1c65b -r c884a953f311 usr.bin/systat/ps.c
--- a/usr.bin/systat/ps.c       Tue Jan 10 21:14:13 2017 +0000
+++ b/usr.bin/systat/ps.c       Tue Jan 10 21:14:51 2017 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: ps.c,v 1.36 2014/02/19 20:42:14 dsl Exp $  */
+/*      $NetBSD: ps.c,v 1.37 2017/01/10 21:14:51 christos Exp $  */
 
 /*-
  * Copyright (c) 1999
@@ -45,12 +45,13 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ps.c,v 1.36 2014/02/19 20:42:14 dsl Exp $");
+__RCSID("$NetBSD: ps.c,v 1.37 2017/01/10 21:14:51 christos Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
 #include <sys/sched.h>
 #include <sys/sysctl.h>
+#include <sys/stat.h>
 
 #include <curses.h>
 #include <math.h>



Home | Main Index | Thread Index | Old Index