summaryrefslogtreecommitdiff
path: root/indra/llcommon/llapp.h
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2009-12-07 18:43:47 -0800
committerbrad kittenbrink <brad@lindenlab.com>2009-12-07 18:43:47 -0800
commit7c69928ff8892f0cb4a3a6ad155106ebef7e1f8a (patch)
tree98bd995bc2f059994c0ae48bcee15919d9d372b4 /indra/llcommon/llapp.h
parent8e912657e87549fb4d4cf05ab72d7cc4101ad066 (diff)
Fixups for things broken after the last merge and for the linux build.
Diffstat (limited to 'indra/llcommon/llapp.h')
-rw-r--r--indra/llcommon/llapp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/llapp.h b/indra/llcommon/llapp.h
index 72b81f382c..963ea38249 100644
--- a/indra/llcommon/llapp.h
+++ b/indra/llcommon/llapp.h
@@ -39,8 +39,11 @@
#include "lloptioninterface.h"
// Forward declarations
+template <typename Type> class LLAtomic32;
+typedef LLAtomic32<U32> LLAtomicU32;
class LLErrorThread;
class LLLiveFile;
+typedef struct siginfo siginfo_t;
typedef void (*LLAppErrorHandler)();
typedef void (*LLAppChildCallback)(int pid, bool exited, int status);