chiark / gitweb /
core: socket options fix SCTP_NODELAY
[elogind.git] / src / basic / missing.h
index a9871f680ac596d88a068ac6e0ace4d79faea611..af071bd37b7e873695e24e2bd00f4b643812e238 100644 (file)
 #define NETLINK_LIST_MEMBERSHIPS 9
 #endif
 
+#ifndef SOL_SCTP
+#define SOL_SCTP 132
+#endif
+
 #if !HAVE_DECL_PIVOT_ROOT
 static inline int pivot_root(const char *new_root, const char *put_old) {
         return syscall(SYS_pivot_root, new_root, put_old);