diff options
Diffstat (limited to 'cifs.upcall.c')
-rw-r--r-- | cifs.upcall.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cifs.upcall.c b/cifs.upcall.c index f8275e6..595b68a 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -25,6 +25,10 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + #include <string.h> #include <getopt.h> #include <krb5.h> |