summaryrefslogtreecommitdiffstats
path: root/crypto_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_api.h')
-rw-r--r--crypto_api.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto_api.h b/crypto_api.h
index 580ba79bd..5820ce8fa 100644
--- a/crypto_api.h
+++ b/crypto_api.h
@@ -8,7 +8,9 @@
#ifndef crypto_api_h
#define crypto_api_h
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
#include <stdlib.h>
typedef int32_t crypto_int32;