From 3ea362be91a5c8d5218ee9f1397e474b49bf9ef8 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Sun, 7 Nov 2021 17:54:56 -0800 Subject: [PATCH] fix for case-sensitive file systems --- src/script_opt/CPP/RuntimeInits.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script_opt/CPP/RuntimeInits.cc b/src/script_opt/CPP/RuntimeInits.cc index ef795f4942..739ed9a4d9 100644 --- a/src/script_opt/CPP/RuntimeInits.cc +++ b/src/script_opt/CPP/RuntimeInits.cc @@ -1,12 +1,12 @@ // See the file "COPYING" in the main distribution directory for copyright. -#include "zeek/script_opt/CPP/RunTimeInits.h" +#include "zeek/script_opt/CPP/RuntimeInits.h" #include "zeek/Desc.h" #include "zeek/File.h" #include "zeek/RE.h" #include "zeek/ZeekString.h" -#include "zeek/script_opt/CPP/RunTimeInitSupport.h" +#include "zeek/script_opt/CPP/RuntimeInitSupport.h" using namespace std;