diff options
Diffstat (limited to 'udp_flow.h')
| -rw-r--r-- | udp_flow.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ #ifndef UDP_FLOW_H #define UDP_FLOW_H +#include <stdbool.h> +#include <stdint.h> +#include <netinet/in.h> + +#include "flow.h" + /** * struct udp_flow - Descriptor for a flow of UDP packets * @f: Generic flow information |
