Source-Changes-HG archive

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

[src/trunk]: src/tests PR/47826: Garrett Cooper: Add <sys/types.h>. Really I ...



details:   https://anonhg.NetBSD.org/src/rev/a0ad0b337f79
branches:  trunk
changeset: 786879:a0ad0b337f79
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 17 15:42:09 2013 +0000

description:
PR/47826: Garrett Cooper: Add <sys/types.h>. Really I am tempted to remove
this file instead.

diffstat:

 tests/h_macros.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8ab123823e20 -r a0ad0b337f79 tests/h_macros.h
--- a/tests/h_macros.h  Fri May 17 15:39:17 2013 +0000
+++ b/tests/h_macros.h  Fri May 17 15:42:09 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_macros.h,v 1.8 2012/03/15 02:02:22 joerg Exp $ */
+/* $NetBSD: h_macros.h,v 1.9 2013/05/17 15:42:09 christos Exp $ */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -29,6 +29,7 @@
 #ifndef SRC_TESTS_H_MACROS_H_
 #define SRC_TESTS_H_MACROS_H_
 
+#include <sys/types.h>
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index