Fixes for includes ahead of reformatting

This commit is contained in:
Tim Wojtulewicz 2021-07-30 20:48:12 +00:00 committed by Tim Wojtulewicz
parent a3ba7f638b
commit 194cb24547

View file

@ -1,5 +1,9 @@
#pragma once #pragma once
#include <sys/types.h>
#include <netinet/tcp.h>
#include <string>
namespace zeek::analyzer::tcp { namespace zeek::analyzer::tcp {
class TCP_Flags { class TCP_Flags {