diff -rup ant-phone-0.0.6/configure ant-phone-0.0.7/configure
--- ant-phone-0.0.6/configure	Fri Nov 15 19:10:00 2002
+++ ant-phone-0.0.7/configure	Fri Nov 22 15:14:21 2002
@@ -1481,7 +1481,7 @@ fi
 
 # Define the identity of the package.
 PACKAGE=ant-phone
-VERSION="0.0.6"
+VERSION="0.0.7"
 
 cat >>confdefs.h <<_ACEOF
 #define PACKAGE "$PACKAGE"
diff -rup ant-phone-0.0.6/configure.ac ant-phone-0.0.7/configure.ac
--- ant-phone-0.0.6/configure.ac	Wed Nov 13 16:25:07 2002
+++ ant-phone-0.0.7/configure.ac	Fri Nov 22 15:14:00 2002
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT(ant-phone.c)
-AM_INIT_AUTOMAKE(ant-phone, "0.0.6")
+AM_INIT_AUTOMAKE(ant-phone, "0.0.7")
 AC_PREREQ(2.53)
 ###AC_CONFIG_SRCDIR([ant-phone.c])
 AM_CONFIG_HEADER(config.h)
diff -rup ant-phone-0.0.6/isdn.c ant-phone-0.0.7/isdn.c
--- ant-phone-0.0.6/isdn.c	Thu Nov  7 21:41:49 2002
+++ ant-phone-0.0.7/isdn.c	Fri Nov 22 15:12:24 2002
@@ -22,6 +22,9 @@
 #ifdef HAVE_FCNTL_H
   #include <fcntl.h>
 #endif
+#ifdef HAVE_SYS_TIME_H
+  #include <sys/time.h>
+#endif
 #include <string.h>
 #include <signal.h>
 #include <errno.h>
