diff options
Diffstat (limited to 'gdb/param.h')
-rwxr-xr-x | gdb/param.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/param.h b/gdb/param.h index 0a56936..a0b59e5 100755 --- a/gdb/param.h +++ b/gdb/param.h @@ -21,6 +21,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ param-no-tm.h. Any future inclusions of param.h will be protected against by the #if !defined stuff below. */ +/* Some tm files need CORE_ADDR, for example. */ +#include "defs.h" + #if !defined (PARAM_H) #include "tm.h" #endif |