[svn] gcry - r1387 - trunk/src

svn author wk cvs at cvs.gnupg.org
Mon Feb 2 11:57:44 CET 2009


Author: wk
Date: 2009-02-02 11:57:44 +0100 (Mon, 02 Feb 2009)
New Revision: 1387

Modified:
   trunk/src/ChangeLog
   trunk/src/ath.h
Log:
fix for bug#993.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2009-01-26 09:58:18 UTC (rev 1386)
+++ trunk/src/ChangeLog	2009-02-02 10:57:44 UTC (rev 1387)
@@ -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
@@ -2100,7 +2104,7 @@
 
 	
  Copyright (C) 1998,1999,2000,2001,2002,2003
-	       2004, 2005, 2008 Free Software Foundation, Inc.
+	       2004, 2005, 2008, 2009 Free Software Foundation, Inc.
 
  This file is free software; as a special exception the author gives
  unlimited permission to copy and/or distribute it, with or without

Modified: trunk/src/ath.h
===================================================================
--- trunk/src/ath.h	2009-01-26 09:58:18 UTC (rev 1386)
+++ trunk/src/ath.h	2009-02-02 10:57:44 UTC (rev 1387)
@@ -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