* xstrdup.c: Include <sys/types.h> after "config.h".
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 8 Oct 2008 16:53:29 +0000 (16:53 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 8 Oct 2008 16:53:29 +0000 (16:53 +0000)
libiberty/ChangeLog
libiberty/xstrdup.c

index c79b3b75098e4e9421e9a09220dea24beb3f0dd1..18b12504a8a317f4c5c4fb68cd892f7f4eca9b6c 100644 (file)
@@ -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.
index 9ac2ea038f344e3b74b548b29cb49a4013262cc7..fa12c96a3cd61e8f7ca919d3dd3ef74989871e3b 100644 (file)
@@ -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
This page took 0.030076 seconds and 4 git commands to generate.