summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-19 07:51:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:09 -0500
commit838c208ab1531814579191472d7427c89b231296 (patch)
tree20f503b064835620388c0b1e2cf86e23c11d2bdd /source4/lib/ldb/ldb_tdb
parent6674c834df5ecfe96d6ff6773bcc213de5e9f97c (diff)
downloadsamba-838c208ab1531814579191472d7427c89b231296.tar.gz
samba-838c208ab1531814579191472d7427c89b231296.tar.bz2
samba-838c208ab1531814579191472d7427c89b231296.zip
r1901: add missing include of <fnmatch.h>
metze (This used to be commit 5e5681e2830bfd487d7e783249fe069b41be1f37)
Diffstat (limited to 'source4/lib/ldb/ldb_tdb')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_match.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_match.c b/source4/lib/ldb/ldb_tdb/ldb_match.c
index 963048915a..cae5886547 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_match.c
+++ b/source4/lib/ldb/ldb_tdb/ldb_match.c
@@ -33,6 +33,7 @@
*/
#include "includes.h"
+#include <fnmatch.h>
#include "ldb/ldb_tdb/ldb_tdb.h"
#include "ldb/include/ldb_parse.h"