aboutsummaryrefslogtreecommitdiff
path: root/libio/pfstream.cc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-09-30 07:10:07 +0000
committerJeff Law <law@gcc.gnu.org>1999-09-30 01:10:07 -0600
commit2fa18a53bb684ca6e5af158a7121c5857d4bb49c (patch)
tree08abdb8c93af8a996c2840fa3c8fffe70af482f9 /libio/pfstream.cc
parentfc80ea735e067b91fb3e0c84cc07e9abfc57a52f (diff)
downloadgcc-2fa18a53bb684ca6e5af158a7121c5857d4bb49c.zip
gcc-2fa18a53bb684ca6e5af158a7121c5857d4bb49c.tar.gz
gcc-2fa18a53bb684ca6e5af158a7121c5857d4bb49c.tar.bz2
* editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
From-SVN: r29725
Diffstat (limited to 'libio/pfstream.cc')
-rw-r--r--libio/pfstream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/pfstream.cc b/libio/pfstream.cc
index 3fa93c9..a438718 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 <pfstream.h>
#include <procbuf.h>
+#include <string.h>
ipfstream::ipfstream(const char *name, int mode, int prot)
{