Module Name: src
Committed By: christos
Date: Fri May 17 15:42:09 UTC 2013
Modified Files:
src/tests: h_macros.h
Log Message:
PR/47826: Garrett Cooper: Add <sys/types.h>. Really I am tempted to remove
this file instead.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/h_macros.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/h_macros.h
diff -u src/tests/h_macros.h:1.8 src/tests/h_macros.h:1.9
--- src/tests/h_macros.h:1.8 Wed Mar 14 22:02:22 2012
+++ src/tests/h_macros.h Fri May 17 11:42:09 2013
@@ -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>