aboutsummaryrefslogtreecommitdiff
path: root/gdb/param.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1991-04-19 17:28:32 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1991-04-19 17:28:32 +0000
commitc1ace5b59644a8e2fe72883aea1c3df9ce372b4c (patch)
tree5cf22f81444d2c5972d2b356905d6916731b1a3f /gdb/param.h
parentc93a350722500593dffe960f89c8e7cded819540 (diff)
downloadbinutils-c1ace5b59644a8e2fe72883aea1c3df9ce372b4c.zip
binutils-c1ace5b59644a8e2fe72883aea1c3df9ce372b4c.tar.gz
binutils-c1ace5b59644a8e2fe72883aea1c3df9ce372b4c.tar.bz2
* Makefile.dist (cplus-dem.o): Hack in an #include "param.h"
before we compile it. defs.h: Protect against multiple inclusion. param.h: Include defs.h.
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