mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
I missed one last spot where a FreeBSD compilation should follow the path of OS X -- <signal.h> needs to be pulled in for signal functions
This commit is contained in:
parent
3ec6ad5018
commit
d20f18a4bb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#ifndef PR_SET_PTRACER
|
||||
#define PR_SET_PTRACER 0x59616d61
|
||||
#endif
|
||||
#elif defined (__APPLE__)
|
||||
#elif defined (__APPLE__) || defined (__FreeBSD__)
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue