svn commit: samba r15829 - in branches/SAMBA_4_0/source/lib/tls: .

metze at samba.org metze at samba.org
Tue May 23 04:41:10 GMT 2006


Author: metze
Date: 2006-05-23 04:41:09 +0000 (Tue, 23 May 2006)
New Revision: 15829

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15829

Log:
we need to include socket.h before we can use enum socket_type
this fixes a compiler warning

metze
Modified:
   branches/SAMBA_4_0/source/lib/tls/tls.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tls/tls.h
===================================================================
--- branches/SAMBA_4_0/source/lib/tls/tls.h	2006-05-23 04:36:28 UTC (rev 15828)
+++ branches/SAMBA_4_0/source/lib/tls/tls.h	2006-05-23 04:41:09 UTC (rev 15829)
@@ -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
 */



More information about the samba-cvs mailing list