From: Nikos Mavrogiannopoulos Date: Tue, 4 Oct 2011 15:37:09 +0000 (+0200) Subject: fixes in headers. Suggested by Bjorn Christensen. X-Git-Tag: gnutls_3_0_4~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cc3c9e2ff18f7ef24861eb49f0aa3be83941aff;p=thirdparty%2Fgnutls.git fixes in headers. Suggested by Bjorn Christensen. --- diff --git a/lib/gnutls_str_array.h b/lib/gnutls_str_array.h index 7cc1ec26aa..b13e0937fc 100644 --- a/lib/gnutls_str_array.h +++ b/lib/gnutls_str_array.h @@ -24,6 +24,7 @@ #define GNUTLS_STR_ARRAY_H #include +#include /* Functionality to allow an array of strings. Strings * are allowed to be added to the list and matched against it. diff --git a/lib/nettle/rnd.c b/lib/nettle/rnd.c index b01ac08f65..13a1184b50 100644 --- a/lib/nettle/rnd.c +++ b/lib/nettle/rnd.c @@ -29,6 +29,7 @@ #include #include +#include #include #include diff --git a/lib/system.c b/lib/system.c index 226692c0e7..88468d6594 100644 --- a/lib/system.c +++ b/lib/system.c @@ -39,6 +39,7 @@ Windows interfaces. */ #undef recv #undef send +#undef select /* System specific function wrappers. */