summaryrefslogtreecommitdiffhomepage
path: root/includes.h
diff options
context:
space:
mode:
authorCatalin Patulea <cat@vv.carleton.ca>2013-12-02 22:55:43 +0800
committerCatalin Patulea <cat@vv.carleton.ca>2013-12-02 22:55:43 +0800
commitddc10b2d0cbfe757cafc453708aa919039e773d6 (patch)
tree3323608115dc739dceeae235d9531fff874c35ab /includes.h
parent4f6f651b7d20f4a9cc8a5a19ef7b3de45534bbe2 (diff)
Set IPTOS_LOWDELAY on PTY sessions only
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 62a8d73..bae82f5 100644
--- a/includes.h
+++ b/includes.h
@@ -156,6 +156,10 @@ typedef unsigned int u_int32_t;
typedef u_int32_t uint32_t;
#endif /* HAVE_UINT32_T */
+#ifdef SO_PRIORITY
+#include <linux/pkt_sched.h>
+#endif
+
#include "fake-rfc2553.h"
#ifndef LOG_AUTHPRIV