From 8845ce15db0daa82b25d24083a53a1199cc869c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 8 Jan 2006 22:02:14 +0000 Subject: [PATCH] Use "crypto_headers.h". git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16487 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/lock.c b/lib/hx509/lock.c index 16c2a8cdc..2a271ca5a 100644 --- a/lib/hx509/lock.c +++ b/lib/hx509/lock.c @@ -33,7 +33,7 @@ #include "hx_locl.h" RCSID("$Id$"); -#include +#include "crypto_headers.h" struct hx509_lock_data { struct _hx509_password password;