diff options
Diffstat (limited to 'gdb/signame.c')
-rwxr-xr-x | gdb/signame.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/signame.c b/gdb/signame.c index f0e88ba..1294279 100755 --- a/gdb/signame.c +++ b/gdb/signame.c @@ -17,10 +17,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <stdio.h> -#include <signal.h> /* GDB-specific, FIXME. (This is for the SYS_SIGLIST_MISSING define). */ #include "defs.h" +#include <signal.h> #include "signame.h" static void |