Apparently, scm_bits_t should be scm_t_bits now.
[doldaconnect.git] / lib / guile / dolcon-guile.c
index e2de1ce..1be85a0 100644 (file)
@@ -22,7 +22,7 @@ struct scmcb
 };
 
 static int fd = -1;
-static scm_bits_t resptype;
+static scm_t_bits resptype;
 
 static SCM scm_dc_connect(SCM host)
 {