aboutsummaryrefslogtreecommitdiff
path: root/gdb/signame.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/signame.c')
-rwxr-xr-xgdb/signame.c4
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