tcp: move features to separate files
[vpp.git] / src / vnet / tcp / tcp_cubic.c
index b79ef83..b8ac80a 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 #include <vnet/tcp/tcp.h>
+#include <vnet/tcp/tcp_inlines.h>
 #include <math.h>
 
 #define beta_cubic     0.7