* editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
From-SVN: r29725
This commit is contained in:
parent
fc80ea735e
commit
2fa18a53bb
4 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue