forked from mirror/openmw-tes3mp
Add missing include for signals to make travis happy
This commit is contained in:
parent
b9899696e3
commit
883140babf
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
|
|
||||||
#if OGRE_PLATFORM == OGRE_PLATFORM_LINUX || OGRE_PLATFORM == OGRE_PLATFORM_APPLE
|
#if OGRE_PLATFORM == OGRE_PLATFORM_LINUX || OGRE_PLATFORM == OGRE_PLATFORM_APPLE
|
||||||
|
#include <csignal>
|
||||||
extern int cc_install_handlers(int argc, char **argv, int num_signals, int *sigs, const char *logfile, int (*user_info)(char*, char*));
|
extern int cc_install_handlers(int argc, char **argv, int num_signals, int *sigs, const char *logfile, int (*user_info)(char*, char*));
|
||||||
extern int is_debugger_attached(void);
|
extern int is_debugger_attached(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue