Removed definition of GUILE_PTHREAD_COMPAT inside commentary
[bpt/guile.git] / libguile / throw.c
index 05274ca..2976b8f 100644 (file)
@@ -59,6 +59,7 @@
 #include "stackchk.h"
 #include "stacks.h"
 #include "fluids.h"
+#include "ports.h"
 
 #include "validate.h"
 #include "throw.h"
@@ -733,3 +734,9 @@ scm_init_throw ()
                                             NULL);
 #include "throw.x"
 }
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/