summaryrefslogtreecommitdiff
path: root/source4/lib/tls/tls.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-23 04:41:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:29 -0500
commit97d489b21c692815adc4849538a5db7340439e7f (patch)
treeb8c0839fea04ba7416795af3898541f03da8b668 /source4/lib/tls/tls.h
parent0db0de619070c171dacdf40022011abad8a73cbc (diff)
downloadsamba-97d489b21c692815adc4849538a5db7340439e7f.tar.gz
samba-97d489b21c692815adc4849538a5db7340439e7f.tar.bz2
samba-97d489b21c692815adc4849538a5db7340439e7f.zip
r15829: we need to include socket.h before we can use enum socket_type
this fixes a compiler warning metze (This used to be commit dbf82fff10f1b5c3894b9600d98f81ee10e3d876)
Diffstat (limited to 'source4/lib/tls/tls.h')
-rw-r--r--source4/lib/tls/tls.h2
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
*/