summaryrefslogtreecommitdiff
path: root/lib/util/ms_fnmatch.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-06 13:05:45 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-06 05:32:51 +0200
commit6543987139197800a3e93b768133474ed0c2d0dc (patch)
tree7f8746634cd61b37beb726eb0650754b3d9f7f64 /lib/util/ms_fnmatch.c
parent68e0b262be33a1e25018a2afa1e1280ecc5a96eb (diff)
downloadsamba-6543987139197800a3e93b768133474ed0c2d0dc.tar.gz
samba-6543987139197800a3e93b768133474ed0c2d0dc.tar.bz2
samba-6543987139197800a3e93b768133474ed0c2d0dc.zip
libcli/smb move enum protocol_types to a common header
Diffstat (limited to 'lib/util/ms_fnmatch.c')
-rw-r--r--lib/util/ms_fnmatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/ms_fnmatch.c b/lib/util/ms_fnmatch.c
index 1ba5888ca0..ede9eff78f 100644
--- a/lib/util/ms_fnmatch.c
+++ b/lib/util/ms_fnmatch.c
@@ -29,6 +29,7 @@
*/
#include "includes.h"
+#include "libcli/smb/smb_constants.h"
static int null_match(const char *p)
{