Skip to content
Snippets Groups Projects
Commit b19eeabd authored by Graham Madarasz (Graham)'s avatar Graham Madarasz (Graham)
Browse files

Include signal.h instead of replicating typedef to avoid errors from...

Include signal.h instead of replicating typedef to avoid errors from redefining it...provides better compat with non-Ubuntu distros
parent 3849ee79
No related branches found
No related tags found
No related merge requests found
......@@ -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)();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment