diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libguile.h | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu> + + * libguile.h: Added #include "libguile/rdelim.h". + 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de> The following patch was sent by Thien-Thi Nguyen. diff --git a/libguile.h b/libguile.h index 71e641564..1ab96bf41 100644 --- a/libguile.h +++ b/libguile.h @@ -1,7 +1,7 @@ #ifndef LIBGUILEH #define LIBGUILEH -/* Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -85,6 +85,7 @@ extern "C" { #include "libguile/hashtab.h" #include "libguile/init.h" #include "libguile/ioext.h" +#include "libguile/rdelim.h" #include "libguile/keywords.h" #include "libguile/list.h" #include "libguile/load.h" |