OSDN Git Service

2002-06-28 David O'Brien <obrien@FreeBSD.org>
authorobrien <obrien>
Fri, 28 Jun 2002 18:44:47 +0000 (18:44 +0000)
committerobrien <obrien>
Fri, 28 Jun 2002 18:44:47 +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 ced9878..e1809e5 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 b791903..e47e9ef 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 87d0e08..7d90c2e 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>.