Module: kamailio Branch: master Commit: 46862c7b9a095fb8137e0ef358e0e97599bd444b URL: https://github.com/kamailio/kamailio/commit/46862c7b9a095fb8137e0ef358e0e97599bd444b
Author: Mikko Lehto <[email protected]> Committer: Mikko Lehto <[email protected]> Date: 2016-02-22T23:45:27+02:00 tcp: fix tcp_options.o compilation Commit 6627098eb4adad706d20f6b73d1b7e75cc08a21f broke building on OpenBSD --- Modified: tcp_options.h --- Diff: https://github.com/kamailio/kamailio/commit/46862c7b9a095fb8137e0ef358e0e97599bd444b.diff Patch: https://github.com/kamailio/kamailio/commit/46862c7b9a095fb8137e0ef358e0e97599bd444b.patch --- diff --git a/tcp_options.h b/tcp_options.h index d8da5f3..2509f87 100644 --- a/tcp_options.h +++ b/tcp_options.h @@ -23,6 +23,7 @@ #ifdef USE_TCP +#include <netinet/in.h> #include <netinet/tcp.h> #ifndef NO_TCP_ASYNC #define TCP_ASYNC /* enabled async mode */ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
