From: Stuart Henderson Date: Sun, 8 Jul 2012 15:23:05 +0000 (+0200) Subject: mainloop.c - malloc without a prototype X-Git-Tag: v4.05~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a6f1f8141c6027002357e2457172c8536e8f70b;p=platform%2Fupstream%2Fopenconnect.git mainloop.c - malloc without a prototype I noticed a little problem building OpenConnect against gnutls 3; mainloop.c uses malloc() in queue_new_packet(), somewhere in the chain of openssl headers stdlib.h gets pulled in so it works ok there, but this isn't the case with a gnutls build. Signed-off-by: Stuart Henderson Signed-off-by: David Woodhouse --- diff --git a/mainloop.c b/mainloop.c index fa17515..5f65c67 100644 --- a/mainloop.c +++ b/mainloop.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/www/changelog.xml b/www/changelog.xml index 533fe06..54f7586 100644 --- a/www/changelog.xml +++ b/www/changelog.xml @@ -17,7 +17,7 @@
  • OpenConnect HEAD
      -
    • No changelog entries yet
    • +
    • Fix GnuTLS v3 build on OpenBSD.

  • OpenConnect v4.04