libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit ccf9226de0c1ba687cd07a6f96203893cd40b3a2
parent b072bb49c51dd01f38109018585d96215864dea3
Author: Heikki Lindholm <holin@iki.fi>
Date:   Thu, 20 Nov 2008 16:31:09 +0000

needed for HAVE_MEMMEM


Diffstat:
Msrc/daemon/https/tls/gnutls_global.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/daemon/https/tls/gnutls_global.h b/src/daemon/https/tls/gnutls_global.h @@ -25,6 +25,7 @@ #ifndef GNUTLS_GLOBAL_H #define GNUTLS_GLOBAL_H +#include "MHD_config.h" #include <libtasn1.h> /* this mutex is used to synchronize threads attempting to call MHD__gnutls_global_init / MHD__gnutls_global_deinit */