1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* libguile.h: #include "futures.h"

This commit is contained in:
Mikael Djurfeldt 2003-01-23 16:03:46 +00:00
parent b4debead6a
commit 77f9ca697e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-01-23 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* libguile.h: #include "futures.h"
2002-12-16 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* configure.in: Test if pthread.h declares

View file

@ -1,7 +1,7 @@
#ifndef SCM_LIBGUILE_H
#define SCM_LIBGUILE_H
/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002 Free Software Foundation, Inc.
/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003 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
@ -65,6 +65,7 @@ extern "C" {
#include "libguile/filesys.h"
#include "libguile/fluids.h"
#include "libguile/fports.h"
#include "libguile/futures.h"
#include "libguile/gc.h"
#include "libguile/gdbint.h"
#include "libguile/goops.h"