Commit 2fa18a53 by Jeffrey A Law Committed by Jeff Law

* editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.

From-SVN: r29725
parent fc80ea73
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.
......
......@@ -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! */
......
......@@ -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)
{
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment