include/nuttx/crypto: include sys/types.h insted of stdint.h

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-05-12 23:02:17 +02:00 committed by Xiang Xiao
parent ba2829adb2
commit 89fe6b1d24

View file

@ -27,7 +27,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <sys/types.h>
/****************************************************************************
* Pre-processor Definitions