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

jelmer at samba.org jelmer at samba.org
Sat Sep 8 15:06:48 GMT 2007


Author: jelmer
Date: 2007-09-08 15:06:47 +0000 (Sat, 08 Sep 2007)
New Revision: 25033

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

Log:
Fix include
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/tls/tls.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/tls/tls.c
===================================================================
--- branches/SAMBA_4_0/source/lib/tls/tls.c	2007-09-08 14:56:11 UTC (rev 25032)
+++ branches/SAMBA_4_0/source/lib/tls/tls.c	2007-09-08 15:06:47 UTC (rev 25033)
@@ -25,6 +25,7 @@
 #include "lib/events/events.h"
 #include "lib/socket/socket.h"
 #include "lib/tls/tls.h"
+#include "param/param.h"
 
 #if ENABLE_GNUTLS
 #include "gnutls/gnutls.h"



More information about the samba-cvs mailing list