Module Name:    src
Committed By:   christos
Date:           Tue Jan 10 21:14:51 UTC 2017

Modified Files:
        src/usr.bin/systat: ps.c

Log Message:
need <sys/stat.h>


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/systat/ps.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/systat/ps.c
diff -u src/usr.bin/systat/ps.c:1.36 src/usr.bin/systat/ps.c:1.37
--- src/usr.bin/systat/ps.c:1.36	Wed Feb 19 15:42:14 2014
+++ src/usr.bin/systat/ps.c	Tue Jan 10 16:14:51 2017
@@ -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>

Reply via email to