From: Jeffrey A Law Date: Thu, 30 Sep 1999 07:10:07 +0000 (+0000) Subject: * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h. X-Git-Tag: prereleases/libstdc++-2.92~10299 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fa18a53bb684ca6e5af158a7121c5857d4bb49c;p=thirdparty%2Fgcc.git * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h. From-SVN: r29725 --- diff --git a/libio/ChangeLog b/libio/ChangeLog index 6c8cf9d2355d..fcdb29773e2c 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 30 01:08:04 1999 Jeffrey A Law (law@cygnus.com) + + * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h. + Mon Sep 13 06:30:14 1999 Mark Klein * config/mpeix.mt: New for MPEiX port. diff --git a/libio/editbuf.cc b/libio/editbuf.cc index 22304820f8fd..e2df8c4641cd 100644 --- a/libio/editbuf.cc +++ b/libio/editbuf.cc @@ -31,6 +31,7 @@ Written by Per Bothner (bothner@cygnus.com). */ #include "editbuf.h" #include #include +#include /* NOTE: Some of the code here is taken from GNU emacs */ /* Hence this file falls under the GNU License! */ diff --git a/libio/parsestream.cc b/libio/parsestream.cc index e430e602c8dc..711733221b5e 100644 --- a/libio/parsestream.cc +++ b/libio/parsestream.cc @@ -30,6 +30,7 @@ Written by Per Bothner (bothner@cygnus.com). */ #include "libioP.h" #include "parsestream.h" #include +#include streambuf* parsebuf::setbuf(char*, int) { diff --git a/libio/pfstream.cc b/libio/pfstream.cc index 3fa93c958f8f..a438718f3882 100644 --- a/libio/pfstream.cc +++ b/libio/pfstream.cc @@ -30,6 +30,7 @@ the executable file might be covered by the GNU General Public License. */ #include "libioP.h" #include #include +#include ipfstream::ipfstream(const char *name, int mode, int prot) {