From 97d489b21c692815adc4849538a5db7340439e7f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 23 May 2006 04:41:09 +0000 Subject: 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) --- source4/lib/tls/tls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib') 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 */ -- cgit