summaryrefslogtreecommitdiff
path: root/libiberty/xstrdup.c
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2008-10-08 16:53:29 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>2008-10-08 16:53:29 +0000
commitde8a05ff342b2a73e62b8d3c623222a059a46259 (patch)
treead9e14d3afbfcc545f417de3aedddd2ee2c0f230 /libiberty/xstrdup.c
parent8cc9115f57ec3d53458390707520d0834eb9a3f5 (diff)
downloadbinutils-gdb-de8a05ff342b2a73e62b8d3c623222a059a46259.tar.gz
* xstrdup.c: Include <sys/types.h> after "config.h".
Diffstat (limited to 'libiberty/xstrdup.c')
-rw-r--r--libiberty/xstrdup.c2
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