From b02168a9bf843486086bb31920b70208aa99ff3f Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Mon, 2 Aug 2010 11:00:11 +0200 Subject: Include the header file for close() --- userspace/ncrypto_fd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/ncrypto_fd.c b/userspace/ncrypto_fd.c index fe35529..a563694 100644 --- a/userspace/ncrypto_fd.c +++ b/userspace/ncrypto_fd.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "../ncr.h" #include "ncrypto.h" -- cgit