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-23 20:01:58 +0200
commit8308517b7b9335ec4ca0ac6e6bcb8ddd9a3689c5 (patch)
treebc2849a71ce7c88146086ce203f5cd09d612bf56
parent8605bbe4b2c4cdeaacb4ac7918acdf7fd6122804 (diff)
downloadcryptodev-linux-8308517b7b9335ec4ca0ac6e6bcb8ddd9a3689c5.tar.gz
cryptodev-linux-8308517b7b9335ec4ca0ac6e6bcb8ddd9a3689c5.tar.xz
cryptodev-linux-8308517b7b9335ec4ca0ac6e6bcb8ddd9a3689c5.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"