OSDN Git Service

PR middle-end/39157
[pf3gnuchains/gcc-fork.git] / libiberty / xstrdup.c
index 9ac2ea0..fa12c96 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