Fix for mac build post-merge.

master
brad kittenbrink 2009-12-14 16:05:13 -05:00
parent bad8ba5b64
commit 89201ba29a
1 changed files with 2 additions and 0 deletions

View File

@ -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);