summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-02 11:00:11 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 20:58:30 +0200
commitb02168a9bf843486086bb31920b70208aa99ff3f (patch)
treef200771761f9782d970292f9d653295414b22460
parent3e84ac7479aaaedf10784ac972bb2c091a4421f1 (diff)
downloadcryptodev-linux-b02168a9bf843486086bb31920b70208aa99ff3f.tar.gz
cryptodev-linux-b02168a9bf843486086bb31920b70208aa99ff3f.tar.xz
cryptodev-linux-b02168a9bf843486086bb31920b70208aa99ff3f.zip
Include the header file for close()
-rw-r--r--userspace/ncrypto_fd.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h>
#include <fcntl.h>
#include <pthread.h>
+#include <unistd.h>
#include "../ncr.h"
#include "ncrypto.h"