diff options
Diffstat (limited to 'source3/smbd/fake_file.c')
-rw-r--r-- | source3/smbd/fake_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/fake_file.c b/source3/smbd/fake_file.c index 801bf268b9..81f7686726 100644 --- a/source3/smbd/fake_file.c +++ b/source3/smbd/fake_file.c @@ -20,6 +20,7 @@ #include "includes.h" #include "smbd/smbd.h" #include "fake_file.h" +#include "auth.h" struct fake_file_type { const char *name; |