[svn] gcry - r1388 - branches/LIBGCRYPT-1-4-BRANCH/src

svn author wk cvs at cvs.gnupg.org
Mon Feb 2 11:58:10 CET 2009


Author: wk
Date: 2009-02-02 11:58:10 +0100 (Mon, 02 Feb 2009)
New Revision: 1388

Modified:
   branches/LIBGCRYPT-1-4-BRANCH/src/ChangeLog
   branches/LIBGCRYPT-1-4-BRANCH/src/ath.h
Log:
Fix for bug#993.


Modified: branches/LIBGCRYPT-1-4-BRANCH/src/ChangeLog
===================================================================
--- branches/LIBGCRYPT-1-4-BRANCH/src/ChangeLog	2009-02-02 10:57:44 UTC (rev 1387)
+++ branches/LIBGCRYPT-1-4-BRANCH/src/ChangeLog	2009-02-02 10:58:10 UTC (rev 1388)
@@ -1,3 +1,7 @@
+2009-02-02  Werner Koch  <wk at g10code.com>
+
+	* ath.h: Include sys/time.h.  Fixes bug#993.
+
 2009-01-22  Werner Koch  <wk at g10code.com>
 
 	* fips.c (_gcry_initialize_fips_mode): Remove superfluous const

Modified: branches/LIBGCRYPT-1-4-BRANCH/src/ath.h
===================================================================
--- branches/LIBGCRYPT-1-4-BRANCH/src/ath.h	2009-02-02 10:57:44 UTC (rev 1387)
+++ branches/LIBGCRYPT-1-4-BRANCH/src/ath.h	2009-02-02 10:58:10 UTC (rev 1388)
@@ -29,6 +29,8 @@
 #endif
 #include <gpg-error.h>
 
+#include <sys/time.h>  /* Required by Interix.  */
+
 #include <config.h>
 
 




More information about the Gnupg-commits mailing list