mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
af_packet: Use cstdint instead of stdint.h
This commit is contained in:
parent
ba15e3e3b2
commit
c55fad5094
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
extern "C" {
|
||||
#include <linux/if_packet.h> // AF_PACKET, etc.
|
||||
}
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue