updates.
[crypto.git] / includes / silcincludes.h
index fb326df689f59040726fb78fd1bcd5012f874d70..63c9da34a06fdf05bdb77876a0a0b9d8e6b04d72 100644 (file)
 #error netinet/in.h not found in the system
 #endif
 
+#ifdef HAVE_XTI_H
+#include <xti.h>
+#else
 #ifdef HAVE_NETINET_TCP_H
 #include <netinet/tcp.h>
 #else
-#error netinet/tcp.h not found in the system
+#error xti.h nor even netinet/tcp.h found in the system
+#endif
 #endif
 
 #ifdef HAVE_NETDB_H