summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_stacks/fastpath.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-01-27 17:59:39 +0000
committerglebius <glebius@FreeBSD.org>2016-01-27 17:59:39 +0000
commit0769763b2b58f3394d217653110064346deb8c20 (patch)
tree19057a04d0d4a34e258427877a63549cf5d23ba0 /sys/netinet/tcp_stacks/fastpath.c
parent169dd4da8ec4b82f421e68b485d8db9cc7e8130a (diff)
downloadFreeBSD-src-0769763b2b58f3394d217653110064346deb8c20.zip
FreeBSD-src-0769763b2b58f3394d217653110064346deb8c20.tar.gz
Rename netinet/tcp_cc.h to netinet/cc/cc.h.
Discussed with: lstewart
Diffstat (limited to 'sys/netinet/tcp_stacks/fastpath.c')
-rw-r--r--sys/netinet/tcp_stacks/fastpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_stacks/fastpath.c b/sys/netinet/tcp_stacks/fastpath.c
index c3664df..6af9212 100644
--- a/sys/netinet/tcp_stacks/fastpath.c
+++ b/sys/netinet/tcp_stacks/fastpath.c
@@ -107,7 +107,7 @@ __FBSDID("$FreeBSD$");
#include <netinet6/tcp6_var.h>
#include <netinet/tcpip.h>
#include <netinet/tcp_syncache.h>
-#include <netinet/tcp_cc.h>
+#include <netinet/cc/cc.h>
#ifdef TCPDEBUG
#include <netinet/tcp_debug.h>
#endif /* TCPDEBUG */
OpenPOWER on IntegriCloud