]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/by_dir.c
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
[thirdparty/openssl.git] / crypto / x509 / by_dir.c
index 201ed12c45b2231972eb396fd7cab2c1ee8a68da..d8142977a86fe9db6389b685993cadb4ffa4c902 100644 (file)
 #include <stdio.h>
 #include <time.h>
 #include <errno.h>
+#include <sys/types.h>
 
 #include "internal/cryptlib.h"
 
-#ifndef NO_SYS_TYPES_H
-# include <sys/types.h>
-#endif
 #ifndef OPENSSL_NO_POSIX_IO
 # include <sys/stat.h>
 #endif