From 6543987139197800a3e93b768133474ed0c2d0dc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 6 Jul 2011 13:05:45 +1000 Subject: libcli/smb move enum protocol_types to a common header --- lib/util/ms_fnmatch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util/ms_fnmatch.c') 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) { -- cgit