mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Code modernization: Convert from deprecated C standard library headers
This commit is contained in:
parent
823d80494b
commit
7c4fd382d9
104 changed files with 160 additions and 165 deletions
|
@ -8,10 +8,10 @@
|
|||
#define __STDC_LIMIT_MACROS
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
#include <rapidjson/internal/ieee754.h>
|
||||
#include <stdint.h>
|
||||
#include <cerrno>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <sstream>
|
||||
|
||||
#include "zeek/Desc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue