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

@ -4,7 +4,7 @@
#include "zeek/zeek-config.h"
#include <time.h> // for time_t
#include <ctime> // for time_t
#include <optional>
#include <string>