r15829: we need to include socket.h before we can use enum socket_type
authorStefan Metzmacher <metze@samba.org>
Tue, 23 May 2006 04:41:09 +0000 (04:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:29 +0000 (14:08 -0500)
this fixes a compiler warning

metze
(This used to be commit dbf82fff10f1b5c3894b9600d98f81ee10e3d876)

source4/lib/tls/tls.h

index 00186408e0ffef103c7044e98e423c5aeb67fd32..8f6eb67976485e357d8196fa020a259b66fa0f5d 100644 (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
 */