1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* pthread-threads.c: #include <config.h> if HAVE_CONFIG_H.

This commit is contained in:
Rob Browning 2003-03-25 23:58:45 +00:00
parent ffbda7474a
commit 72b083361b

View file

@ -42,6 +42,10 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libguile/scmconfig.h"
/* Should go to threads-plugin */