mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r15829: we need to include socket.h before we can use enum socket_type
this fixes a compiler warning metze
This commit is contained in:
parent
e00ff9f35e
commit
dbf82fff10
@ -23,6 +23,8 @@
|
|||||||
#ifndef _TLS_H_
|
#ifndef _TLS_H_
|
||||||
#define _TLS_H_
|
#define _TLS_H_
|
||||||
|
|
||||||
|
#include "lib/socket/socket.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
call tls_initialise() once per task to startup the tls subsystem
|
call tls_initialise() once per task to startup the tls subsystem
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user