gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem building GnuTLS 2.2.2 on Solaris


From: Brian Cameron
Subject: Problem building GnuTLS 2.2.2 on Solaris
Date: Thu, 01 May 2008 15:58:06 -0500
User-agent: Thunderbird 2.0.0.12 (X11/20080407)


To build on Solaris, it is necessary for the includes/gnutls/gnutlsxx.h file to add the following includes:

#include <stdio.h>
#include <string.h>

I am attaching a patch to add these, can this go upstream?

Thanks,

Brian
--- gnutls-2.2.2/includes/gnutls/gnutlsxx.h.old 2008-04-16 09:46:56.220441725 
-0400
+++ gnutls-2.2.2/includes/gnutls/gnutlsxx.h     2008-04-16 09:46:47.120145257 
-0400
@@ -1,6 +1,8 @@
 #ifndef GNUTLSXX_H
 # define GNUTLSXX_H
 
+#include <stdio.h>
+#include <string.h>
 #include <exception>
 #include <vector>
 #include <gnutls/gnutls.h>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]