1
0
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:
Stefan Metzmacher 2006-05-23 04:41:09 +00:00 committed by Gerald (Jerry) Carter
parent e00ff9f35e
commit dbf82fff10

View File

@ -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
*/