summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/pthread-threads.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/pthread-threads.c b/libguile/pthread-threads.c
index 531cbb4ab..0486a711d 100644
--- a/libguile/pthread-threads.c
+++ b/libguile/pthread-threads.c
@@ -42,6 +42,10 @@
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "libguile/scmconfig.h"
/* Should go to threads-plugin */