Code modernization: Convert from deprecated C standard library headers

This commit is contained in:
Tim Wojtulewicz 2022-06-24 19:36:15 +00:00 committed by Tim Wojtulewicz
parent 823d80494b
commit 7c4fd382d9
104 changed files with 160 additions and 165 deletions

View file

@ -1,8 +1,8 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include <errno.h>
#include <sys/stat.h>
#include <unistd.h>
#include <cerrno>
#include "zeek/script_opt/CPP/Compile.h"