mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Use quotes instead of <> for zeek includes
This commit is contained in:
parent
499db5dd70
commit
648f0f0623
28 changed files with 59 additions and 50 deletions
|
@ -7,10 +7,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <sys/types.h> // for u_char
|
||||
#include <zeek/util.h>
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
|
||||
#include "zeek/util.h"
|
||||
|
||||
// Required buffer size for an MD5 digest.
|
||||
#define ZEEK_MD5_DIGEST_LENGTH 16
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue