forked from Imagelibrary/binutils-gdb
* defs.h: Unconditionally include <sys/types.h>.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user