diff options
author | Günther Deschner <gd@samba.org> | 2011-05-06 11:47:43 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-06 16:37:18 +0200 |
commit | 27022587e31769718ab53f4d114e03ac2f205f27 (patch) | |
tree | e44e3574d6ca66c05f7bbce5ffd92aa87dbaabbe /source3/libsmb/cliquota.c | |
parent | 41134f7f4bb6cd2ff84422782dfb82845d881950 (diff) | |
download | samba-27022587e31769718ab53f4d114e03ac2f205f27.tar.gz |
s3-libsmb: move protos to libsmb/proto.h
Guenther
Diffstat (limited to 'source3/libsmb/cliquota.c')
-rw-r--r-- | source3/libsmb/cliquota.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/cliquota.c b/source3/libsmb/cliquota.c index 94694e4530e..74430fe0ca0 100644 --- a/source3/libsmb/cliquota.c +++ b/source3/libsmb/cliquota.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "libsmb/libsmb.h" #include "../librpc/gen_ndr/ndr_security.h" #include "fake_file.h" #include "../libcli/security/security.h" |