summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/threads.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/threads.h b/libguile/threads.h
index b25c2f3ae..bbba34671 100644
--- a/libguile/threads.h
+++ b/libguile/threads.h
@@ -3,7 +3,7 @@
#ifndef THREADSH
#define THREADSH
-/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 2000 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
@@ -50,6 +50,7 @@
#include "libguile/__scm.h"
#include "libguile/procs.h"
+#include "libguile/throw.h"
/* smob tags for the thread datatypes */
extern long scm_tc16_thread;