* Makefile.dist (cplus-dem.o): Hack in an #include "param.h"
[deliverable/binutils-gdb.git] / gdb / param.h
index 0a569366bbb1ebebcedb53750da91ba00e327a5e..a0b59e5cccc0df49d7a8185175cc4a7c2181a101 100755 (executable)
@@ -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
This page took 0.022358 seconds and 4 git commands to generate.