diff options
Diffstat (limited to 'include/net/codel_impl.h')
-rw-r--r-- | include/net/codel_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/codel_impl.h b/include/net/codel_impl.h index 137d40d8cbeb..78a27ac73070 100644 --- a/include/net/codel_impl.h +++ b/include/net/codel_impl.h @@ -49,6 +49,8 @@ * Implemented on linux by Dave Taht and Eric Dumazet */ +#include <net/inet_ecn.h> + static void codel_params_init(struct codel_params *params) { params->interval = MS2TIME(100); |