aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-13 20:19:45 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-13 20:19:45 +0000
commitf92d524939eab034e91255ca20e4d371f80245ce (patch)
treef8d8af4d1455b5452ce4d6bceed4b002e23bf003 /gdb/config/m68k
parent68dd30141d596b29bb8d9666fb2b58d1bb89d733 (diff)
downloadgdb-f92d524939eab034e91255ca20e4d371f80245ce.zip
gdb-f92d524939eab034e91255ca20e4d371f80245ce.tar.gz
gdb-f92d524939eab034e91255ca20e4d371f80245ce.tar.bz2
* config/m68k/xm-news.h: Include <sys/param.h>.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r--gdb/config/m68k/xm-news.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/m68k/xm-news.h b/gdb/config/m68k/xm-news.h
index c3d8c9e..6e96115 100644
--- a/gdb/config/m68k/xm-news.h
+++ b/gdb/config/m68k/xm-news.h
@@ -19,6 +19,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define HOST_BYTE_ORDER BIG_ENDIAN
+/* A News 1800 running NEWS-OS Release 4.0.1C is said to need this. */
+/* Avoid "INT_MIN redefined" preprocessor warnings by defining them here. */
+#include <sys/param.h>
+
#define HAVE_WAIT_STRUCT
/* Get rid of any system-imposed stack limit if possible. */