diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-08-20 08:30:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:33:37 -0500 |
commit | 839d0130f879660a35b35dbff5403339e38886a4 (patch) | |
tree | eb67f820e8a288346c06e40bc4d7e701b678abf9 /source4/torture | |
parent | 684c824e9ac51ee2d6b748973757697a8ead2634 (diff) | |
download | samba-839d0130f879660a35b35dbff5403339e38886a4.tar.gz samba-839d0130f879660a35b35dbff5403339e38886a4.tar.bz2 samba-839d0130f879660a35b35dbff5403339e38886a4.zip |
r9422: Include crypto.h header.
Andrew Bartlett
(This used to be commit 340955220443533cc70dcb0ef9bae4815f30e6c5)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/testjoin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index c46d99f7b8..1f5c9f3270 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -28,6 +28,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_samr.h" #include "system/time.h" +#include "lib/crypto/crypto.h" struct test_join { struct dcerpc_pipe *p; |