Add missing zeek/ to header includes

Related to https://github.com/zeek/zeek/pull/1377
This commit is contained in:
Jon Siwek 2021-01-29 19:16:29 -08:00
parent 79f9979f80
commit 8a8a983c49
139 changed files with 141 additions and 138 deletions

View file

@ -54,7 +54,7 @@
#define IN_GETOPT_LONG_C 1
#include <zeek-config.h>
#include <zeek/zeek-config.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>