From 73f88ad2508c83c48505af96abaa2dfc449f4b40 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 12 Nov 2007 00:05:10 +0100 Subject: r25931: Add config .mk file for crypto lib. (This used to be commit 21ab43158f723069dd70fae43d780878c38ead31) --- source4/torture/local/local.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index bee9550bc5..432575c990 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -23,6 +23,7 @@ #include "torture/ndr/ndr.h" #include "torture/ndr/proto.h" #include "torture/auth/proto.h" +#include "lib/crypto/test_proto.h" /* ignore me */ static struct torture_suite * (*suite_generators[]) (TALLOC_CTX *mem_ctx) = -- cgit