mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Couple of compile fixes.
This is branched from topic/johanna/remove-serializer.
This commit is contained in:
parent
9f4749adce
commit
1ce5521ecc
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
// See the file "COPYING" in the main distribution directory for copyright.
|
// See the file "COPYING" in the main distribution directory for copyright.
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "KRB.h"
|
#include "KRB.h"
|
||||||
#include "types.bif.h"
|
#include "types.bif.h"
|
||||||
#include "events.bif.h"
|
#include "events.bif.h"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#include "CounterVector.h"
|
#include "CounterVector.h"
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include "BitVector.h"
|
#include "BitVector.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue