caam-blob-example: fix build errors

- The <stropts.h> header is no longer available.
- The <sys/ioctl.h> is required.

Reported-by: Paolo Chiarlone <paolo.chiarlone@digi.com>
Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://jira.digi.com/browse/DEL-7207
This commit is contained in:
Hector Palacios 2020-08-07 11:26:36 +02:00
parent a2412edf38
commit 1317384494
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/ioctl.h>
#include "caam_ops.h"

View File

@ -20,7 +20,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stropts.h>
#include <unistd.h>
#include "caam_keyblob.h"