Skip to content

Commit

Permalink
fix gettimeofday
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Oct 6, 2024
1 parent 3c436df commit 2810a7e
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,8 @@

#include <condition_variable>
#include <mutex>
#include <sys/time.h>

#include "pcapplusplus/Logger.h"
#include "pcapplusplus/Packet.h"
#include "pcapplusplus/EthLayer.h"
Expand Down

0 comments on commit 2810a7e

Please sign in to comment.