From 839d0130f879660a35b35dbff5403339e38886a4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 20 Aug 2005 08:30:41 +0000 Subject: r9422: Include crypto.h header. Andrew Bartlett (This used to be commit 340955220443533cc70dcb0ef9bae4815f30e6c5) --- source4/torture/rpc/testjoin.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit