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/strsignal.c | |
parent | ef81051b92dbd9bb3bda14700c07fc9c5ce35e96 (diff) | |
download | gdb-3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e.zip gdb-3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e.tar.gz gdb-3e0f14040c874aadbf96d1c9c922e3fcb3ab6c4e.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/strsignal.c')
-rw-r--r-- | libiberty/strsignal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libiberty/strsignal.c b/libiberty/strsignal.c index a8a7d34..1ff984d 100644 --- a/libiberty/strsignal.c +++ b/libiberty/strsignal.c @@ -2,11 +2,10 @@ Written by Fred Fish. fnf@cygnus.com This file is in the public domain. */ +#include "config.h" #include "ansidecl.h" #include "libiberty.h" -#include "config.h" - /* We need to declare sys_siglist, because even if the system provides it we can't assume that it is declared in <signal.h> (for example, SunOS provides sys_siglist, but it does not declare it in any |