From ec766ba8d491d2b7551440459f5d3dd3e5cabe00 Mon Sep 17 00:00:00 2001
From: Michael Tuexen <tuexen@fh-muenster.de>
Date: Tue, 5 May 2015 15:08:49 +0200
Subject: [PATCH] Use netinet/sctp.h on Linux. This requires that the lksctp
 dev tools are installed.

---
 gtests/net/packetdrill/platforms.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gtests/net/packetdrill/platforms.h b/gtests/net/packetdrill/platforms.h
index 207d8ee0..3726f2e4 100644
--- a/gtests/net/packetdrill/platforms.h
+++ b/gtests/net/packetdrill/platforms.h
@@ -35,6 +35,7 @@
 #define UDPLITE_SEND_CSCOV     10
 #define UDPLITE_RECV_CSCOV     11
 #include <features.h>
+#include <netinet/sctp.h>
 #define HAVE_OPEN_MEMSTREAM     1
 #define HAVE_FMEMOPEN           1
 #define TUN_PATH                "/dev/net/tun"
-- 
GitLab