Allow an endpoint to read the alert data before closing the socket
[openssl.git] / apps / apps.h
index bbc9a5ad8fc789db7607d59a244337fdd9745ec7..6984f166e82e0774f19057e7761d253d6a2f78f5 100644 (file)
 #ifndef HEADER_APPS_H
 # define HEADER_APPS_H
 
+# include "e_os.h" /* struct timeval for DTLS */
 # include "internal/nelem.h"
-# include "e_os.h"
-# if defined(__unix) || defined(__unix__)
-#  include <sys/time.h> /* struct timeval for DTLS */
-# endif
 # include <assert.h>
 
 # include <openssl/e_os2.h>