svn commit: samba r1901 - branches/SAMBA_4_0/source/lib/ldb/ldb_tdb

metze at samba.org metze at samba.org
Thu Aug 19 07:51:51 GMT 2004


Author: metze
Date: 2004-08-19 07:51:51 +0000 (Thu, 19 Aug 2004)
New Revision: 1901

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1901&nolog=1

Log:
add missing include of <fnmatch.h>

metze

Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_match.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_match.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_match.c	2004-08-19 07:49:45 UTC (rev 1900)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_match.c	2004-08-19 07:51:51 UTC (rev 1901)
@@ -33,6 +33,7 @@
  */
 
 #include "includes.h"
+#include <fnmatch.h>
 #include "ldb/ldb_tdb/ldb_tdb.h"
 #include "ldb/include/ldb_parse.h"
 



More information about the samba-cvs mailing list