diff options
Diffstat (limited to 'examples/cipher.c')
-rw-r--r-- | examples/cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cipher.c b/examples/cipher.c index d7982ae..c7ce2c2 100644 --- a/examples/cipher.c +++ b/examples/cipher.c @@ -10,7 +10,7 @@ #include <fcntl.h> #include <sys/ioctl.h> -#include <crypto/cryptodev.h> +#include "../cryptodev.h" #define DATA_SIZE 4096 #define BLOCK_SIZE 16 |