diff options
author | Günther Deschner <gd@samba.org> | 2010-06-15 12:01:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-16 18:58:04 +0200 |
commit | aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002 (patch) | |
tree | 676ce10885aec81c8cebe3f2f35339cdf8632681 /lib/crypto/md4test.c | |
parent | 65ca3e4ee985689cdb038ae366f57d523cbeb964 (diff) | |
download | samba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.tar.gz samba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.tar.xz samba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.zip |
lib/crypto: only include what is needed.
Guenther
Diffstat (limited to 'lib/crypto/md4test.c')
-rw-r--r-- | lib/crypto/md4test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c index a6080cff82..e406c692a1 100644 --- a/lib/crypto/md4test.c +++ b/lib/crypto/md4test.c @@ -17,7 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "includes.h" +#include "replace.h" +#include "../lib/util/util.h" #include "../lib/crypto/crypto.h" struct torture_context; |