mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 15:02:01 +00:00
Include signal.h if either compiling for macOS or one of the BSD systems
This commit is contained in:
parent
392f78dfbc
commit
e2e47b8d8c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#ifndef PR_SET_PTRACER
|
||||
#define PR_SET_PTRACER 0x59616d61
|
||||
#endif
|
||||
#elif defined (__APPLE__) || defined (__FreeBSD__) || defined(__OpenBSD__)
|
||||
#elif defined (__APPLE__) || defined (BSD)
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue