diff options
author | Stu Grossman <grossman@cygnus> | 1994-12-06 05:45:31 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-12-06 05:45:31 +0000 |
commit | 13334cc2de5c6c55d628519e7fab755854b2c6e5 (patch) | |
tree | 12e38be30bdfabbe6e657c25b45731bf241a11fb /gdb | |
parent | 0041db5a973cbdf2daf74fd2f0a850b76c88a4e5 (diff) | |
download | ppe42-binutils-13334cc2de5c6c55d628519e7fab755854b2c6e5.tar.gz ppe42-binutils-13334cc2de5c6c55d628519e7fab755854b2c6e5.zip |
* inftarg.c: include <sys/types.h> to get def of pid_t.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62357a4205..433196e58c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 5 21:43:52 1994 Stu Grossman (grossman@cygnus.com) + + * inftarg.c: include <sys/types.h> to get def of pid_t. + Fri Dec 2 15:03:07 1994 Stan Shebs <shebs@andros.cygnus.com> * solib.c (auto_solib_add_at_startup): New global. |