From c2886a5ae11f376ff8e7c8307d96f7ad96bc407e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 31 Jan 2001 15:14:53 +0000 Subject: [PATCH] Added #include "libguile/rdelim.h". --- ChangeLog | 4 ++++ libguile.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7214bff2a..7ea07ec79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-29 Mikael Djurfeldt + + * libguile.h: Added #include "libguile/rdelim.h". + 2001-01-26 Dirk Herrmann 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"