Fix includes of bif.h and _pac.h files to use full paths inside build directory

This commit is contained in:
Tim Wojtulewicz 2020-11-03 14:03:33 -07:00
parent 133ab55c91
commit 5589484f26
135 changed files with 208 additions and 209 deletions

View file

@ -5,7 +5,7 @@
#include "zeek/analyzer/protocol/tcp/TCP_Reassembler.h"
#include "zeek/Reporter.h"
#include "events.bif.h"
#include "analyzer/protocol/mysql/events.bif.h"
namespace zeek::analyzer::mysql {