Ticket #10213: patch-engine__tlssocket.h

File patch-engine__tlssocket.h, 290 bytes (added by bughunter, 9 years ago)
Line 
1--- src/engine/tlssocket.h.orig 2015-02-04 03:35:52.000000000 +0100
2+++ src/engine/tlssocket.h 2015-02-04 03:36:18.000000000 +0100
3@@ -1,6 +1,7 @@
4 #ifndef __TLSSOCKET_H__
5 #define __TLSSOCKET_H__
6
7+#include <errno.h>
8 #include <gnutls/gnutls.h>
9 #include "backend.h"
10 #include "socket.h"