diff options
author | simon <none@none> | 2013-05-09 13:14:49 -0700 |
---|---|---|
committer | simon <none@none> | 2013-05-09 13:14:49 -0700 |
commit | c7f7c4bc4d9155f5e9cd83265e189f689739da62 (patch) | |
tree | 2d4c7e5996a2c5af92f45cf43b8b6dab2e03229f /indra/llcommon/llapp.h | |
parent | 5af5b49a6205c34b8787cd4ecb4bd1d94174663f (diff) | |
parent | d8f00dd1d1d40ec387583575149b1bf9bae79f32 (diff) |
Merge viewer-beta
Diffstat (limited to 'indra/llcommon/llapp.h')
-rwxr-xr-x[-rw-r--r--] | indra/llcommon/llapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llapp.h b/indra/llcommon/llapp.h index a536a06ea5..afa06df23e 100644..100755 --- a/indra/llcommon/llapp.h +++ b/indra/llcommon/llapp.h @@ -38,7 +38,7 @@ typedef LLAtomic32<U32> LLAtomicU32; class LLErrorThread; class LLLiveFile; #if LL_LINUX -typedef struct siginfo siginfo_t; +#include <signal.h> #endif typedef void (*LLAppErrorHandler)(); |