Problem reported by Rainer Gerhards <rgerhards@gmail.com> and
suggested fix by "John Brooks" <aspecialj@gmail.com>.
* Version 2.3.14 (unreleased)
+** Make C++ example compile.
+Earlier it may have failed with an unresolved reference to strlen.
+
** API and ABI modifications:
No changes since last version.
#include <gnutls/gnutls.h>
#include <gnutls/gnutlsxx.h>
+#include <string.h> /* for strlen */
+
/* A very basic TLS client, with anonymous authentication.
* written by Eduardo Villanueva Che.
*/