diff options
author | 2008-10-08 16:53:29 +0000 | |
---|---|---|
committer | 2008-10-08 16:53:29 +0000 | |
commit | de8a05ff342b2a73e62b8d3c623222a059a46259 (patch) | |
tree | ad9e14d3afbfcc545f417de3aedddd2ee2c0f230 /libiberty/xstrdup.c | |
parent | * configure.in (ALL_LINGUAS): Add "id". (diff) | |
download | binutils-gdb-de8a05ff342b2a73e62b8d3c623222a059a46259.tar.gz binutils-gdb-de8a05ff342b2a73e62b8d3c623222a059a46259.tar.bz2 binutils-gdb-de8a05ff342b2a73e62b8d3c623222a059a46259.zip |
* xstrdup.c: Include <sys/types.h> after "config.h".
Diffstat (limited to 'libiberty/xstrdup.c')
-rw-r--r-- | libiberty/xstrdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c index 9ac2ea038f3..fa12c96a3cd 100644 --- a/libiberty/xstrdup.c +++ b/libiberty/xstrdup.c @@ -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 |