diff options
Diffstat (limited to 'userspace/ncrypto_key.c')
-rw-r--r-- | userspace/ncrypto_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ncrypto_key.c b/userspace/ncrypto_key.c index 924ac22..5321c78 100644 --- a/userspace/ncrypto_key.c +++ b/userspace/ncrypto_key.c @@ -3,7 +3,7 @@ #include <sys/ioctl.h> #include <string.h> #include <errno.h> -#include "../ncr.h" +#include <linux/ncr.h> #include "ncrypto.h" extern int __ncr_file_descriptor; |