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

this file instead.
This commit is contained in:
christos 2013-05-17 15:42:09 +00:00
parent 863b4f4307
commit b5f9733725
1 changed files with 2 additions and 1 deletions

View File

@ -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>