summaryrefslogtreecommitdiff
path: root/libguile/pthread-threads.h
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-09-13 15:59:31 +0200
committerLudovic Courtès <ludo@gnu.org>2009-09-14 00:42:25 +0200
commit1c44468d771d664d459e22d18884d36dda6908c1 (patch)
treec18fb4ff3ec6deb191dcf5233a48a8dca2c46cde /libguile/pthread-threads.h
parentb8e18ac25d00e6bf8fee1f534625d4ff5b084f42 (diff)
downloadguile-1c44468d771d664d459e22d18884d36dda6908c1.tar.gz
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
* libguile/Makefile.am (modinclude_HEADERS): Add `bdw-gc.h'. * libguile/bdw-gc.h: Rename from "boehm-gc.h"; users updated. Update to LGPLv3+.
Diffstat (limited to 'libguile/pthread-threads.h')
-rw-r--r--libguile/pthread-threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/pthread-threads.h b/libguile/pthread-threads.h
index 4f72a4293..ca72f1674 100644
--- a/libguile/pthread-threads.h
+++ b/libguile/pthread-threads.h
@@ -30,7 +30,7 @@
#include <sched.h>
/* `libgc' intercepts pthread calls by defining wrapping macros. */
-#include "libguile/boehm-gc.h"
+#include "libguile/bdw-gc.h"
/* Threads
*/