NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
[openssl.git] / crypto / asn1 / a_digest.c
index 46bff0d88f0282fd53f7648daaee3bf8f00ae9cc..c84ecc9b4bce9cd0a8a00a77daa50e6345245448 100644 (file)
@@ -9,13 +9,10 @@
 
 #include <stdio.h>
 #include <time.h>
+#include <sys/types.h>
 
 #include "internal/cryptlib.h"
 
-#ifndef NO_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <openssl/err.h>
 #include <openssl/evp.h>
 #include <openssl/buffer.h>