* signame.c: Include defs.h and param.h.

This commit is contained in:
Jim Kingdon
1991-05-02 04:17:41 +00:00
parent fc7233808a
commit 04a0511c0a
2 changed files with 46 additions and 0 deletions

View File

@@ -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