From aac00a3bf423f77344f62d129ef0050fea711756 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Sun, 8 Aug 2010 02:16:07 +0200 Subject: Don't assume includes --- examples/ncr_lib.c | 1 + examples/pk_lib.c | 1 + userspace/ncrypto_generate_params.c | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/ncr_lib.c b/examples/ncr_lib.c index b83be3b..29a7fbe 100644 --- a/examples/ncr_lib.c +++ b/examples/ncr_lib.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include #include #include #include diff --git a/examples/pk_lib.c b/examples/pk_lib.c index f30a488..b184b78 100644 --- a/examples/pk_lib.c +++ b/examples/pk_lib.c @@ -4,6 +4,7 @@ * Placed under public domain. * */ +#include #include #include #include diff --git a/userspace/ncrypto_generate_params.c b/userspace/ncrypto_generate_params.c index 9dd901d..1034a9c 100644 --- a/userspace/ncrypto_generate_params.c +++ b/userspace/ncrypto_generate_params.c @@ -1,4 +1,5 @@ #include +#include #include #include #include -- cgit