From 04a0511c0af3d07f7b4587fbf4715d2b956f1fad Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 2 May 1991 04:17:41 +0000 Subject: * signame.c: Include defs.h and param.h. --- gdb/signame.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/signame.c') diff --git a/gdb/signame.c b/gdb/signame.c index 4db5860..909c983 100755 --- a/gdb/signame.c +++ b/gdb/signame.c @@ -19,6 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include "signame.h" +/* GDB-specific, FIXME. (This is for the SYS_SIGLIST_MISSING define). */ +#include "defs.h" +#include "param.h" + #ifdef __STDC__ #define CONST const #else -- cgit v1.1