diff options
Diffstat (limited to 'libiberty/xstrerror.c')
-rw-r--r-- | libiberty/xstrerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xstrerror.c b/libiberty/xstrerror.c index 9000d178f9c..e3f1ca04a26 100644 --- a/libiberty/xstrerror.c +++ b/libiberty/xstrerror.c @@ -15,8 +15,8 @@ will never return a @code{NULL} pointer. #include <stdio.h> -#include "libiberty.h" #include "config.h" +#include "libiberty.h" #ifdef VMS #include <errno.h> |