* deprecation.c, extensions.c, rw.c: include string.h.

This commit is contained in:
Gary Houston 2001-06-20 17:33:43 +00:00
commit fbbdb12174
4 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -42,6 +42,7 @@
#include <stdio.h>
#include <string.h>
#include "libguile/_scm.h"

View file

@ -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"

View file

@ -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"