diff includes.h @ 870:80af450dae76

Set IPTOS_LOWDELAY on PTY sessions only
author Catalin Patulea <cat@vv.carleton.ca>
date Mon, 02 Dec 2013 22:55:43 +0800
parents 04ede40a529a
children 5d3e917bb7a6
line wrap: on
line diff
--- a/includes.h	Mon Dec 02 22:15:17 2013 +0800
+++ b/includes.h	Mon Dec 02 22:55:43 2013 +0800
@@ -156,6 +156,10 @@
 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