diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-12-14 16:05:13 -0500 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-12-14 16:05:13 -0500 |
commit | 89201ba29a443db8f15d0e0d9ea38bad91c0c000 (patch) | |
tree | e72876b217f255ca9acc1eb6ea1df38c996000d5 /indra | |
parent | bad8ba5b64cb48709404ce54e06a52aaeca83529 (diff) |
Fix for mac build post-merge.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llapp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <typename Type> class LLAtomic32; typedef LLAtomic32<U32> 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); |