mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Added #include "libguile/rdelim.h".
This commit is contained in:
parent
e32398681a
commit
c2886a5ae1
2 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue