From bfea622999c9207c3a2d1561fecc61c4f92622d0 Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 20 Feb 2026 14:50:35 +0100 Subject: [PATCH] sys_time: include on NOT WIN32 --- rpcs3/Emu/Cell/lv2/sys_time.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/Cell/lv2/sys_time.cpp b/rpcs3/Emu/Cell/lv2/sys_time.cpp index 539bb9dedf..a71a11ba31 100644 --- a/rpcs3/Emu/Cell/lv2/sys_time.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_time.cpp @@ -118,6 +118,7 @@ static int clock_gettime(int clk_id, struct timespec* tp) #ifndef _WIN32 +#include #include static struct timespec start_time = []()