summaryrefslogtreecommitdiff
path: root/libguile.h
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2003-01-23 16:03:46 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2003-01-23 16:03:46 +0000
commit77f9ca697ef3feb718c331691dadf88994cc6b9f (patch)
treed5ba6ba08c1855ceccf5d6ecc3a3450a1acde0e4 /libguile.h
parentb4debead6a06a423e8dee46370c24f7df7e20a55 (diff)
downloadguile-77f9ca697ef3feb718c331691dadf88994cc6b9f.tar.gz
* libguile.h: #include "futures.h"
Diffstat (limited to 'libguile.h')
-rw-r--r--libguile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile.h b/libguile.h
index 5d014d61b..428d35d54 100644
--- a/libguile.h
+++ b/libguile.h
@@ -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"