Skip to content

Commit

Permalink
Merge pull request #7 from mmguero-dev/main
Browse files Browse the repository at this point in the history
Add zeek/zeek-version.h include
  • Loading branch information
nagilum2007 authored Jun 7, 2023
2 parents ea0e174 + 6f54b0d commit d78dda6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ECAT.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

#pragma once

#if __has_include(<zeek/zeek-version.h>)
#include <zeek/zeek-version.h>
#else
#include <zeek/zeek-config.h>
#endif

#include "zeek/packet_analysis/Analyzer.h"
#include "zeek/packet_analysis/Component.h"
#include <sys/socket.h>
Expand Down

0 comments on commit d78dda6

Please # to comment.