diff options
Diffstat (limited to 'crypto_api.h')
-rw-r--r-- | crypto_api.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto_api.h b/crypto_api.h index 8bbc3a08aaeb..693b67bbc0e7 100644 --- a/crypto_api.h +++ b/crypto_api.h @@ -10,9 +10,7 @@ #include "includes.h" -#ifdef HAVE_STDINT_H -# include <stdint.h> -#endif +#include <stdint.h> #include <stdlib.h> typedef int8_t crypto_int8; |