gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8346 - libmicrohttpd/src/daemon/https/tls


From: gnunet
Subject: [GNUnet-SVN] r8346 - libmicrohttpd/src/daemon/https/tls
Date: Wed, 25 Mar 2009 14:42:34 -0600

Author: durner
Date: 2009-03-25 14:42:34 -0600 (Wed, 25 Mar 2009)
New Revision: 8346

Modified:
   libmicrohttpd/src/daemon/https/tls/gnutls_global.h
Log:
#include pthreads (thanks to Brecht Sanders)

Modified: libmicrohttpd/src/daemon/https/tls/gnutls_global.h
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_global.h  2009-03-25 20:41:31 UTC 
(rev 8345)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_global.h  2009-03-25 20:42:34 UTC 
(rev 8346)
@@ -27,6 +27,9 @@
 
 #include "MHD_config.h"
 #include <libtasn1.h>
+#undef HAVE_CONFIG_H
+#include <pthread.h>
+#define HAVE_CONFIG_H 1
 
 /* this mutex is used to synchronize threads attempting to call 
MHD__gnutls_global_init / MHD__gnutls_global_deinit */
 extern pthread_mutex_t MHD_gnutls_init_mutex;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]