1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

r1901: add missing include of <fnmatch.h>

metze
(This used to be commit 5e5681e2830bfd487d7e783249fe069b41be1f37)
This commit is contained in:
Stefan Metzmacher 2004-08-19 07:51:51 +00:00 committed by Gerald (Jerry) Carter
parent 6674c834df
commit 838c208ab1

View File

@ -33,6 +33,7 @@
*/
#include "includes.h"
#include <fnmatch.h>
#include "ldb/ldb_tdb/ldb_tdb.h"
#include "ldb/include/ldb_parse.h"