Skip to content
Snippets Groups Projects
Commit ec766ba8 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Use netinet/sctp.h on Linux. This requires that the lksctp dev tools

are installed.
parent fdcac894
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#define UDPLITE_SEND_CSCOV 10 #define UDPLITE_SEND_CSCOV 10
#define UDPLITE_RECV_CSCOV 11 #define UDPLITE_RECV_CSCOV 11
#include <features.h> #include <features.h>
#include <netinet/sctp.h>
#define HAVE_OPEN_MEMSTREAM 1 #define HAVE_OPEN_MEMSTREAM 1
#define HAVE_FMEMOPEN 1 #define HAVE_FMEMOPEN 1
#define TUN_PATH "/dev/net/tun" #define TUN_PATH "/dev/net/tun"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment