diff options
author | Damien Miller <djm@mindrot.org> | 2018-01-24 12:20:44 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-01-24 12:20:44 +1100 |
commit | 89f09ee68730337015bf0c3f138504494a34e9a6 (patch) | |
tree | ee9be2f4ac3cc18f206bd429242e3bd9d6660e85 /crypto_api.h | |
parent | c9c1bba06ad1c7cad8548549a68c071bd807af60 (diff) |
crypto_api.h needs includes.h
Diffstat (limited to 'crypto_api.h')
-rw-r--r-- | crypto_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto_api.h b/crypto_api.h index 7c5297603..7f45bbd69 100644 --- a/crypto_api.h +++ b/crypto_api.h | |||
@@ -8,6 +8,8 @@ | |||
8 | #ifndef crypto_api_h | 8 | #ifndef crypto_api_h |
9 | #define crypto_api_h | 9 | #define crypto_api_h |
10 | 10 | ||
11 | #include "includes.h" | ||
12 | |||
11 | #ifdef HAVE_STDINT_H | 13 | #ifdef HAVE_STDINT_H |
12 | # include <stdint.h> | 14 | # include <stdint.h> |
13 | #endif | 15 | #endif |