diff options
Diffstat (limited to 'gdb/signame.c')
-rwxr-xr-x | gdb/signame.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <signal.h> #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 |