diff options
author | DJ Delorie <dj@redhat.com> | 2004-11-20 03:00:47 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-11-20 03:00:47 +0000 |
commit | 3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e (patch) | |
tree | 89bc065c9804aa0c00ae1ae8f848c03da72fe059 /libiberty/xstrerror.c | |
parent | ef81051b92dbd9bb3bda14700c07fc9c5ce35e96 (diff) | |
download | binutils-gdb-3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e.tar.gz |
merge from gcc
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> |