diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-08 13:15:57 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-08 13:15:57 -0500 |
commit | 31660194c286a42de19a11466b7f311036e8866a (patch) | |
tree | bd292c8ccbff6f993cd026239b47050087c5e8b5 /cifs.upcall.c | |
parent | 729dbdf1b4e696dcb2e718c3b10db913d06d1bc7 (diff) | |
download | cifs-utils-31660194c286a42de19a11466b7f311036e8866a.tar.gz cifs-utils-31660194c286a42de19a11466b7f311036e8866a.tar.bz2 cifs-utils-31660194c286a42de19a11466b7f311036e8866a.zip |
cifs.upcall: include util.h
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'cifs.upcall.c')
-rw-r--r-- | cifs.upcall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cifs.upcall.c b/cifs.upcall.c index 731433b..f8275e6 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -38,6 +38,7 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k #include <netdb.h> #include <arpa/inet.h> +#include "util.h" #include "replace.h" #include "data_blob.h" #include "spnego.h" |