diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 16:10:53 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 16:10:53 +0200 |
commit | e3ef8803ee46710d080095e4a76e25d3280d6d8b (patch) | |
tree | c5c31ddeb2f446e3ae0e3f40617b3831c79f9a59 /lib/crypto/md5test.c | |
parent | 3023a56b64590df9672a084b07990836e675409f (diff) | |
download | samba-e3ef8803ee46710d080095e4a76e25d3280d6d8b.tar.gz samba-e3ef8803ee46710d080095e4a76e25d3280d6d8b.tar.xz samba-e3ef8803ee46710d080095e4a76e25d3280d6d8b.zip |
Fix include paths.
Diffstat (limited to 'lib/crypto/md5test.c')
-rw-r--r-- | lib/crypto/md5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/md5test.c b/lib/crypto/md5test.c index 702e0fcf41..1244dca753 100644 --- a/lib/crypto/md5test.c +++ b/lib/crypto/md5test.c @@ -18,7 +18,7 @@ */ #include "includes.h" -#include "lib/crypto/crypto.h" +#include "../lib/crypto/crypto.h" struct torture_context; |