NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
[openssl.git] / crypto / asn1 / a_verify.c
index ec51d3e7cdacceec6d0464aac7558a5b594fb1c7..9b57e74070a2a1981c7cf2631c1087e3754152a5 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/bn.h>
 #include <openssl/x509.h>
 #include <openssl/objects.h>