* deprecation.c, extensions.c, rw.c: include string.h.
This commit is contained in:
parent
72c17ed0ee
commit
fbbdb12174
4 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-06-20 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* deprecation.c, extensions.c, rw.c: include string.h.
|
||||
|
||||
2001-06-19 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* filter-doc-snarfage.c (process): added ungetc in
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,8 @@
|
|||
* whether to permit this exception to apply to your modifications.
|
||||
* If you do not wish that, delete this exception notice. */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
#include "libguile/strings.h"
|
||||
#include "libguile/gc.h"
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
/* This is the C part of the (ice-9 rw) module. */
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
#include "libguile/fports.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue