mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixes for includes ahead of reformatting
This commit is contained in:
parent
a3ba7f638b
commit
194cb24547
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue