Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel need <sys/stat.h>



details:   https://anonhg.NetBSD.org/src/rev/c88e5b16a9bf
branches:  trunk
changeset: 820526:c88e5b16a9bf
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 22:10:22 2017 +0000

description:
need <sys/stat.h>

diffstat:

 tests/kernel/t_mqueue.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3c4f89e21711 -r c88e5b16a9bf tests/kernel/t_mqueue.c
--- a/tests/kernel/t_mqueue.c   Tue Jan 10 22:08:14 2017 +0000
+++ b/tests/kernel/t_mqueue.c   Tue Jan 10 22:10:22 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_mqueue.c,v 1.4 2014/03/02 19:56:48 jmmv Exp $ */
+/*     $NetBSD: t_mqueue.c,v 1.5 2017/01/10 22:10:22 christos Exp $ */
 
 /*
  * Test for POSIX message queue priority handling.
@@ -7,6 +7,7 @@
  */
 
 #include <atf-c.h>
+#include <sys/stat.h>
 
 #include <stdio.h>
 #include <stdlib.h>



Home | Main Index | Thread Index | Old Index