Skip to content

Commit c09ba03

Browse files
committed
FreeBSD build fix.
1 parent e0ab128 commit c09ba03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
#include <linux/mptcp.h>
5959
// #else
6060
// #warning MPTCP is not supported by the API of this system!
61+
#else
62+
#ifndef IPPROTO_MPTCP
63+
#define IPPROTO_MPTCP 262
64+
#endif
6165
#endif
6266

6367
// DCCP definitions

0 commit comments

Comments
 (0)