From 26194200398e2f8ca5a6c0b7cc084fce2c43c879 Mon Sep 17 00:00:00 2001 From: time-killer-games Date: Sun, 22 Mar 2020 10:08:40 -0400 Subject: [PATCH] Fix RegistrySpoof Extension (#1929) Include correct INI header. --- .../Universal_System/Extensions/RegistrySpoof/registryspoof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENIGMAsystem/SHELL/Universal_System/Extensions/RegistrySpoof/registryspoof.cpp b/ENIGMAsystem/SHELL/Universal_System/Extensions/RegistrySpoof/registryspoof.cpp index 9913337780..9793d73e83 100644 --- a/ENIGMAsystem/SHELL/Universal_System/Extensions/RegistrySpoof/registryspoof.cpp +++ b/ENIGMAsystem/SHELL/Universal_System/Extensions/RegistrySpoof/registryspoof.cpp @@ -20,7 +20,7 @@ #include #include "Platforms/General/PFregistry.h" -#include "Universal_System/Extensions/IniFilesystem/IniFileIndex.h" +#include "Universal_System/Extensions/IniFilesystem/UNIXiniindex.h" #include "Universal_System/estring.h"