From 89201ba29a443db8f15d0e0d9ea38bad91c0c000 Mon Sep 17 00:00:00 2001 From: brad kittenbrink Date: Mon, 14 Dec 2009 16:05:13 -0500 Subject: Fix for mac build post-merge. --- indra/llcommon/llapp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llcommon') diff --git a/indra/llcommon/llapp.h b/indra/llcommon/llapp.h index 963ea38249..27a52cdd99 100644 --- a/indra/llcommon/llapp.h +++ b/indra/llcommon/llapp.h @@ -43,7 +43,9 @@ template class LLAtomic32; typedef LLAtomic32 LLAtomicU32; class LLErrorThread; class LLLiveFile; +#if LL_LINUX typedef struct siginfo siginfo_t; +#endif typedef void (*LLAppErrorHandler)(); typedef void (*LLAppChildCallback)(int pid, bool exited, int status); -- cgit v1.2.3