diff options
Diffstat (limited to 'examples/hmac.c')
-rw-r--r-- | examples/hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hmac.c b/examples/hmac.c index 9975792..9757f90 100644 --- a/examples/hmac.c +++ b/examples/hmac.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 |