Fix race for X509 store found by thread sanitizer
[openssl.git] / fuzz / fuzzer.h
index 4d8b7b9a517961f1efa1f7a42ae5410fa4af7254..76eda2ce5d3f4311e8487dd9a827249b1bd787a1 100644 (file)
@@ -8,8 +8,8 @@
  * or in the file LICENSE in the source distribution.
  */
 
-#include <stdint.h>     /* for uint8_t */
-#include <stddef.h>     /* for size_t */
+#include <stddef.h>              /* for size_t */
+#include <openssl/e_os2.h>       /* for uint8_t */
 
 int FuzzerTestOneInput(const uint8_t *buf, size_t len);
 int FuzzerInitialize(int *argc, char ***argv);