diff options
author | Christian Ambach <ambi@samba.org> | 2011-07-21 14:47:38 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-07-21 14:57:10 +0200 |
commit | 410c4deefe24a7d92caf65e288a4ff9d54190e70 (patch) | |
tree | b0ba0d282acbbe61787e96ce9944ea09f32e73af /source3/utils | |
parent | 62825b0ff953a7ba269ef6bc30d0470d07269e4b (diff) | |
download | samba-410c4deefe24a7d92caf65e288a4ff9d54190e70.tar.gz samba-410c4deefe24a7d92caf65e288a4ff9d54190e70.tar.bz2 samba-410c4deefe24a7d92caf65e288a4ff9d54190e70.zip |
s3:utils fix a compiler warning
fix a compiler warning about missing prototypes
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_afs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_afs.c b/source3/utils/net_afs.c index 786627dfa1..3c7f28242c 100644 --- a/source3/utils/net_afs.c +++ b/source3/utils/net_afs.c @@ -19,6 +19,7 @@ #include "includes.h" #include "utils/net.h" +#include "utils/net_afs.h" #include "secrets.h" #include "system/filesys.h" |