]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
authorJeffrey A Law <law@cygnus.com>
Thu, 30 Sep 1999 07:10:07 +0000 (07:10 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 30 Sep 1999 07:10:07 +0000 (01:10 -0600)
From-SVN: r29725

libio/ChangeLog
libio/editbuf.cc
libio/parsestream.cc
libio/pfstream.cc

index 6c8cf9d2355dc918326798b77800211912bc57cf..fcdb29773e2c51bca6de8c4db934e28c189aeda2 100644 (file)
@@ -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 <mklein@dis.com> 
 
        * config/mpeix.mt: New for MPEiX port.
index 22304820f8fd9a5a2089fd740a350da763f9405f..e2df8c4641cd8e883e8398299b11b270c3565d34 100644 (file)
@@ -31,6 +31,7 @@ Written by Per Bothner (bothner@cygnus.com). */
 #include "editbuf.h"
 #include <stddef.h>
 #include <stdlib.h>
+#include <string.h>
 
 /* NOTE: Some of the code here is taken from GNU emacs */
 /* Hence this file falls under the GNU License! */
index e430e602c8dcd6bbafdb4211dc1f2e4de5ecd5ef..711733221b5e67024d6a8a374a4afe283fbf1f3d 100644 (file)
@@ -30,6 +30,7 @@ Written by Per Bothner (bothner@cygnus.com). */
 #include "libioP.h"
 #include "parsestream.h"
 #include <stdlib.h>
+#include <string.h>
 
 streambuf* parsebuf::setbuf(char*, int)
 {
index 3fa93c958f8fc81bcbbbe0bf008d0bfaf23ff1a5..a438718f3882484c3e93c57e73699a3798d1d307 100644 (file)
@@ -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)
 {