diff options
Diffstat (limited to 'flow_table.h')
-rw-r--r-- | flow_table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flow_table.h b/flow_table.h index 0dee66f..e805f10 100644 --- a/flow_table.h +++ b/flow_table.h @@ -7,6 +7,8 @@ #ifndef FLOW_TABLE_H #define FLOW_TABLE_H +#include "tcp_conn.h" + /** * union flow - Descriptor for a logical packet flow (e.g. connection) * @f: Fields common between all variants |