mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Change a <sys/errno.h> include to <errno.h>
Some systems (e.g. Alpine) may warn that that the former is incorrect.
This commit is contained in:
parent
75ebc5bca1
commit
a15d726f95
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "zeek/ScannedFile.h"
|
||||
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h> // for PATH_MAX
|
||||
|
||||
#include "zeek/DebugLogger.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue