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