Use modern names for standard headers

This commit is contained in:
Tim Wojtulewicz 2025-05-06 16:04:22 -07:00
parent 4b2ed67eaf
commit ad50443590
17 changed files with 23 additions and 26 deletions

View file

@ -10,7 +10,7 @@
#include <pcap-int.h>
#endif
#include <stdio.h>
#include <cstdio>
#include "zeek/Event.h"
#include "zeek/iosource/BPF_Program.h"