]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fixes in headers. Suggested by Bjorn Christensen.
authorNikos Mavrogiannopoulos <nikos@thingfish.esat.kuleuven.be>
Tue, 4 Oct 2011 15:37:09 +0000 (17:37 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 4 Oct 2011 15:37:09 +0000 (17:37 +0200)
lib/gnutls_str_array.h
lib/nettle/rnd.c
lib/system.c

index 7cc1ec26aa056ac8d31d3275930bb32e9637a3ce..b13e0937fc5bb298a0e8a74ad816fe309f6c7b27 100644 (file)
@@ -24,6 +24,7 @@
 #define GNUTLS_STR_ARRAY_H
 
 #include <gnutls_int.h>
+#include <gnutls_errors.h>
 
 /* Functionality to allow an array of strings. Strings
  * are allowed to be added to the list and matched against it.
index b01ac08f651aeb1978d9ce9b1acbb52eb39a3581..13a1184b508370cebe91bde1ada6064b5638356b 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <gnutls_int.h>
 #include <gnutls_errors.h>
+#include <locks.h>
 #include <gnutls_num.h>
 #include <nettle/yarrow.h>
 
index 226692c0e756649caf3628836711ab2dbdc67343..88468d6594401bcb3cd070e0c460f2994cf7c927 100644 (file)
@@ -39,6 +39,7 @@
    Windows interfaces. */
 #undef recv
 #undef send
+#undef select
 
 /* System specific function wrappers.
  */