diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2008-10-08 16:53:29 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 2008-10-08 16:53:29 +0000 |
commit | de8a05ff342b2a73e62b8d3c623222a059a46259 (patch) | |
tree | ad9e14d3afbfcc545f417de3aedddd2ee2c0f230 /libiberty/xstrdup.c | |
parent | 8cc9115f57ec3d53458390707520d0834eb9a3f5 (diff) | |
download | gdb-de8a05ff342b2a73e62b8d3c623222a059a46259.zip gdb-de8a05ff342b2a73e62b8d3c623222a059a46259.tar.gz gdb-de8a05ff342b2a73e62b8d3c623222a059a46259.tar.bz2 |
* 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 9ac2ea0..fa12c96 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 |