From e593016a80ceee52b6e3244512ff4307f8c208fa Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 May 2006 17:31:32 +0000 Subject: Add NTLM support. --- common/buffer.c | 1 + common/hash.c | 1 + common/sock_any.c | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/buffer.c b/common/buffer.c index 3d427e5..1ca4c6b 100644 --- a/common/buffer.c +++ b/common/buffer.c @@ -43,6 +43,7 @@ #include #include #include +#include #include /* ----------------------------------------------------------------------- diff --git a/common/hash.c b/common/hash.c index e36883f..13a9371 100644 --- a/common/hash.c +++ b/common/hash.c @@ -53,6 +53,7 @@ #include #include +#include #include "hash.h" #ifdef HSH_TIMESTAMP diff --git a/common/sock_any.c b/common/sock_any.c index 0018318..7876e20 100644 --- a/common/sock_any.c +++ b/common/sock_any.c @@ -36,12 +36,14 @@ * */ -#include -#include #include #include + +#include +#include #include #include +#include #include "sock_any.h" -- cgit v1.2.3