From 23a3cdddeebcb1cd06691f81464bd059f5649650 Mon Sep 17 00:00:00 2001 From: Frederick Martian Date: Fri, 5 Dec 2025 16:32:59 +0100 Subject: Add header include for apr_signal.h that was removed from llapr.h as it was not neededanywhere else --- indra/llcommon/llapp.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indra/llcommon/llapp.cpp') diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index c532620daa..5829d2be49 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -37,7 +37,7 @@ #endif #include "llcommon.h" -#include "llapr.h" + #include "llerrorcontrol.h" #include "llframetimer.h" #include "lllivefile.h" @@ -53,6 +53,8 @@ // // Signal handling #ifndef LL_WINDOWS +#include "apr_signal.h" + # include # include // for fork() void setup_signals(); -- cgit v1.3