diff --git a/src/iosource/af_packet/src/AF_Packet.h b/src/iosource/af_packet/src/AF_Packet.h index 6887514316..f1585ce702 100644 --- a/src/iosource/af_packet/src/AF_Packet.h +++ b/src/iosource/af_packet/src/AF_Packet.h @@ -17,6 +17,7 @@ extern "C" { #include // AF_PACKET, etc. #include // SIOCSHWTSTAMP #include // hwtstamp_config +#include } #include "iosource/PktSrc.h" diff --git a/src/iosource/af_packet/src/Plugin.cc b/src/iosource/af_packet/src/Plugin.cc index 475340b2e2..46b9efdfa9 100644 --- a/src/iosource/af_packet/src/Plugin.cc +++ b/src/iosource/af_packet/src/Plugin.cc @@ -1,6 +1,7 @@ #include "Plugin.h" #include "AF_Packet.h" +#include "iosource/Component.h" namespace plugin { namespace Zeek_AF_Packet { Plugin plugin; } }