Cleanup - use e_os2.h rather than stdint.h
[openssl.git] / crypto / sha / keccak1600.c
index 1056f89281898837f0f274db5ba3f5d8292c907b..9deba8f12a9db13cfacc02ca0baa0051d84698b9 100644 (file)
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <stdint.h>
+#include <openssl/e_os2.h>
 #include <string.h>
 #include <assert.h>