From 5e1bd25811ad476fee2cba5ec3ce83d20c74baf6 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Thu, 2 Dec 2010 16:05:19 +0100 Subject: Add missing #include --- lib/ncrypto_local.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ncrypto_local.c b/lib/ncrypto_local.c index 07823e3..eefdc68 100644 --- a/lib/ncrypto_local.c +++ b/lib/ncrypto_local.c @@ -28,6 +28,7 @@ Red Hat author: Miloslav Trmač */ #include #include +#include #include #include -- cgit