ARMv4 assembler: [unconfirmed] fix for compilation failure [from HEAD].
[openssl.git] / apps / s_socket.c
index b5f9db3062ea3a300c8a97bbfbf7eebe420471b6..6b8713de606ff64d41df370cc9ed0042685b4cc1 100644 (file)
 #include <errno.h>
 #include <signal.h>
 
+#ifdef FLAT_INC
+#include "e_os2.h"
+#else
+#include "../e_os2.h"
+#endif
+
 /* With IPv6, it looks like Digital has mixed up the proper order of
    recursive header file inclusion, resulting in the compiler complaining
    that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which