diff options
Diffstat (limited to 'examples/ncr_lib.c')
-rw-r--r-- | examples/ncr_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ncr_lib.c b/examples/ncr_lib.c index d0f435e..ad69fe7 100644 --- a/examples/ncr_lib.c +++ b/examples/ncr_lib.c @@ -12,10 +12,10 @@ //#include <sys/ioctl.h> #include <sys/types.h> //#include <sys/stat.h> -#include "../ncr.h" -#include "../userspace/ncrypto.h" #include <stdlib.h> +#include <ncrypto.h> + #define DATA_SIZE 4096 #define KEY_DATA_SIZE 16 #define WRAPPED_KEY_DATA_SIZE 32 |