diff options
Diffstat (limited to 'package/tntnet/patches/patch-framework_common_gnutls_cpp')
-rw-r--r-- | package/tntnet/patches/patch-framework_common_gnutls_cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/tntnet/patches/patch-framework_common_gnutls_cpp b/package/tntnet/patches/patch-framework_common_gnutls_cpp deleted file mode 100644 index 51037f74a..000000000 --- a/package/tntnet/patches/patch-framework_common_gnutls_cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tntnet-2.2.1.orig/framework/common/gnutls.cpp 2013-12-26 15:08:34.000000000 +0100 -+++ tntnet-2.2.1/framework/common/gnutls.cpp 2014-05-20 06:44:01.000000000 +0200 -@@ -35,6 +35,7 @@ - #include <sys/poll.h> - #include <errno.h> - #include <cxxtools/ioerror.h> -+#include <unistd.h> - - log_define("tntnet.ssl") - |