Add missing errno include to ProfileFunc.cc

This commit is contained in:
Jon Siwek 2021-03-31 15:14:27 -07:00
parent bdadbabf18
commit be21843859

View file

@ -1,6 +1,7 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include <unistd.h>
#include <cerrno>
#include "zeek/script_opt/ProfileFunc.h"
#include "zeek/Desc.h"