r1901: add missing include of <fnmatch.h>
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Aug 2004 07:51:51 +0000 (07:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:09 +0000 (12:58 -0500)
metze
(This used to be commit 5e5681e2830bfd487d7e783249fe069b41be1f37)

source4/lib/ldb/ldb_tdb/ldb_match.c

index 963048915a6c4e431c84821950ea68aa3ba8021c..cae588654798cae1a228552bc37b29fb6884c109 100644 (file)
@@ -33,6 +33,7 @@
  */
 
 #include "includes.h"
+#include <fnmatch.h>
 #include "ldb/ldb_tdb/ldb_tdb.h"
 #include "ldb/include/ldb_parse.h"