mirror of git://gcc.gnu.org/git/gcc.git
* xstrdup.c: Include <sys/types.h> after "config.h"
From-SVN: r140979
This commit is contained in:
parent
08bf5bb38b
commit
0c9e84247e
|
@ -1,3 +1,7 @@
|
||||||
|
2008-10-08 David Edelsohn <edelsohn@gnu.org>
|
||||||
|
|
||||||
|
* xstrdup.c: Include <sys/types.h> after "config.h"
|
||||||
|
|
||||||
2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* configure.ac: Call AC_SYS_LARGEFILE.
|
* configure.ac: Call AC_SYS_LARGEFILE.
|
||||||
|
|
|
@ -13,10 +13,10 @@ obtain memory.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue