diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-08-02 11:00:11 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 20:01:58 +0200 |
| commit | 8308517b7b9335ec4ca0ac6e6bcb8ddd9a3689c5 (patch) | |
| tree | bc2849a71ce7c88146086ce203f5cd09d612bf56 | |
| parent | 8605bbe4b2c4cdeaacb4ac7918acdf7fd6122804 (diff) | |
Include the header file for close()
| -rw-r--r-- | userspace/ncrypto_fd.c | 1 |
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" |
