Skip to content

Commit

Permalink
fix gettimeofday
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Oct 7, 2024
1 parent 3c436df commit 403eab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pcap++/src/NetworkUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <condition_variable>
#include <mutex>

#include "pcapplusplus/Logger.h"
#include "pcapplusplus/Packet.h"
#include "pcapplusplus/EthLayer.h"
Expand All @@ -11,6 +12,7 @@
#include "pcapplusplus/DnsLayer.h"
#include "pcapplusplus/PcapFilter.h"
#include "pcapplusplus/NetworkUtils.h"
#include "pcapplusplus/SystemUtils.h"
#include "EndianPortable.h"
#ifndef ETIMEDOUT
# define ETIMEDOUT 10060
Expand Down

0 comments on commit 403eab8

Please sign in to comment.