mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Remove fix for CentOS 7 from TCP_Flags.h
This commit is contained in:
parent
3197bb7f59
commit
4b2ed67eaf
1 changed files with 0 additions and 6 deletions
|
@ -2,15 +2,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// This needs to remain the first include in this file, or some defines aren't
|
||||
// set correctly when netinet/tcp.h is included and the CentOS 7 build breaks.
|
||||
// clang-format off
|
||||
#include "zeek/net_util.h"
|
||||
|
||||
#include <netinet/tcp.h>
|
||||
#include <sys/types.h>
|
||||
#include <string>
|
||||
// clang-format on
|
||||
|
||||
namespace zeek::analyzer::tcp {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue