Changes from arch/CVS synchronization
[bpt/guile.git] / libguile / posix.h
index 3bef9f9..871bba8 100644 (file)
@@ -23,8 +23,7 @@
 \f
 
 #include "libguile/__scm.h"
-
-\f
+#include "libguile/threads.h"
 
 
 \f
@@ -87,6 +86,8 @@ SCM_API SCM scm_sethostname (SCM name);
 SCM_API SCM scm_gethostname (void);
 SCM_API void scm_init_posix (void);
 
+SCM_API scm_i_pthread_mutex_t scm_i_locale_mutex;
+
 #endif  /* SCM_POSIX_H */
 
 /*