diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-23 04:41:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:29 -0500 |
commit | 97d489b21c692815adc4849538a5db7340439e7f (patch) | |
tree | b8c0839fea04ba7416795af3898541f03da8b668 /source4/lib | |
parent | 0db0de619070c171dacdf40022011abad8a73cbc (diff) | |
download | samba-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')
-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 */ |