diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/tls/tls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/tls/tls.h b/source4/lib/tls/tls.h index 00186408e0..8f6eb67976 100644 --- a/source4/lib/tls/tls.h +++ b/source4/lib/tls/tls.h @@ -23,6 +23,8 @@ #ifndef _TLS_H_ #define _TLS_H_ +#include "lib/socket/socket.h" + /* call tls_initialise() once per task to startup the tls subsystem */ |