* defs.h: Unconditionally include <sys/types.h>.
This commit is contained in:
parent
34d9ee9e68
commit
8b04f8b6ef
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-09 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* defs.h: Unconditionally include <sys/types.h>.
|
||||
|
||||
2005-05-08 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* mips-tdep.c (mips_stub_frame_sniffer): Handle .MIPS.stubs
|
||||
|
|
|
@ -26,14 +26,13 @@
|
|||
|
||||
#include "config.h" /* Generated by configure. */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h> /* System call error return status. */
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#include <sys/types.h> /* For size_t. */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
|
Loading…
Reference in a new issue