From c8ccfedd9bfd53274800d39f58ed335db97caf1a 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/pk_lib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/pk_lib.c') 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 -- cgit