2002-06-28 David O'Brien <obrien@FreeBSD.org>
authorDavid O'Brien <obrien@FreeBSD.org>
Fri, 28 Jun 2002 18:44:49 +0000 (18:44 +0000)
committerDavid O'Brien <obrien@FreeBSD.org>
Fri, 28 Jun 2002 18:44:49 +0000 (18:44 +0000)
* config/i386/nm-fbsd.h: Include <sys/param.h>.
* config/i386/tm-fbsd.h: Likewise.

gdb/ChangeLog
gdb/config/i386/nm-fbsd.h
gdb/config/i386/tm-fbsd.h

index ced9878a9a4ccec66343fcac0199d810d9a60ea5..e1809e54a3c8d92c710b42b12217e52d71f78c2a 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-28  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/i386/nm-fbsd.h: Include <sys/param.h>.
+       * config/i386/tm-fbsd.h: Likewise.
+
 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
 
        * rs6000-tdep.c (rs6000_gdbarch_init): Use
index b791903619942e2fdb31f2563845c29420c0d133..e47e9ef1a603587d9d99bff51fe9a569996408ea 100644 (file)
 
 #include "i386/nm-i386.h"
 
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
 /* Provide access to the i386 hardware debugging registers.  */
 
 #define I386_DR_LOW_SET_CONTROL(control) \
index 87d0e08b26c70340266c4bbc322d5e659964f3c4..7d90c2ea19049163f4fe8ae0e843009afa0d8e4e 100644 (file)
 
 #include "i386/tm-i386.h"
 
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+
 /* These defines allow the recognition of sigtramps as a function name
    <sigtramp>.