diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-08-19 07:51:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:09 -0500 |
commit | 838c208ab1531814579191472d7427c89b231296 (patch) | |
tree | 20f503b064835620388c0b1e2cf86e23c11d2bdd | |
parent | 6674c834df5ecfe96d6ff6773bcc213de5e9f97c (diff) | |
download | samba-838c208ab1531814579191472d7427c89b231296.tar.gz samba-838c208ab1531814579191472d7427c89b231296.tar.bz2 samba-838c208ab1531814579191472d7427c89b231296.zip |
r1901: add missing include of <fnmatch.h>
metze
(This used to be commit 5e5681e2830bfd487d7e783249fe069b41be1f37)
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_match.c | 1 |
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" |