From 94fe66a451f8a438b4bafae5177b957619e8e386 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Wed, 2 Jan 2019 17:52:20 -0600 Subject: [PATCH] use the newer c_controlInterface file --- Engine/source/platformX86UNIX/x86UNIXFileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/platformX86UNIX/x86UNIXFileio.cpp b/Engine/source/platformX86UNIX/x86UNIXFileio.cpp index 40f5fedae..ec74dcce8 100644 --- a/Engine/source/platformX86UNIX/x86UNIXFileio.cpp +++ b/Engine/source/platformX86UNIX/x86UNIXFileio.cpp @@ -55,7 +55,7 @@ #include "console/console.h" #include "core/strings/stringFunctions.h" #include "util/tempAlloc.h" - #include "cinterface/cinterface.h" + #import "cinterface/c_controlInterface.h" #include "core/volume.h" #if defined(__FreeBSD__)