* core-sol2.c: #include <sys/types.h>, for sol2.7 weirdness.
authorFelix Lee <flee@cygnus>
Sat, 17 Oct 1998 17:40:35 +0000 (17:40 +0000)
committerFelix Lee <flee@cygnus>
Sat, 17 Oct 1998 17:40:35 +0000 (17:40 +0000)
gdb/ChangeLog
gdb/core-sol2.c

index 0523fe26f3fca97ad1ae5abdf2ba567148a4f00f..0f326627fdec7a4fcc6b34351a4d605d2c5e3971 100644 (file)
@@ -1,3 +1,7 @@
+Sat Oct 17 17:39:23 1998  Felix Lee  <flee@cygnus.com>
+
+       * core-sol2.c: #include <sys/types.h>, for sol2.7 weirdness.
+
 Fri Oct 16 15:31:38 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * m32r-tdep.c (decode_prologue): Return failure if we reach 
index 9e07c35b2277fc8092e9045b401a9740470a856e..0c5eac1aaf671e559ddfdd866b38e5d0c6cb9406 100644 (file)
@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #undef fpregset_t
 
 #include <time.h>
+#include <sys/types.h>
 #include <sys/regset.h>
 #include <sys/procfs.h>
 #include <fcntl.h>
This page took 0.119058 seconds and 4 git commands to generate.