mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* 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>
|
||||
|
||||
* configure.ac: Call AC_SYS_LARGEFILE.
|
||||
|
@ -13,10 +13,10 @@ obtain memory.
|
||||
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user