merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strerror.c
index 83a5992b4dd91f665729248e01d9f45a45404b40..c0edb47e0c80791c3bb290ef709eab17fd4804d4 100644 (file)
@@ -2,9 +2,6 @@
    Written by Fred Fish.  fnf@cygnus.com
    This file is in the public domain.  --Per Bothner.  */
 
-#include "ansidecl.h"
-#include "libiberty.h"
-
 #include "config.h"
 
 #ifdef HAVE_SYS_ERRLIST
@@ -17,6 +14,9 @@
 #define sys_errlist sys_errlist__
 #endif
 
+#include "ansidecl.h"
+#include "libiberty.h"
+
 #include <stdio.h>
 #include <errno.h>
 
This page took 0.024813 seconds and 4 git commands to generate.