mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-27 06:32:27 +00:00
We don't need XOPEN_SOURCE deprecated content
Just what's in sys/ucontext.h specifically.
This commit is contained in:
parent
c08249b9db
commit
6453bce10c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#import <OpenGL/gl.h>
|
||||
|
||||
#import <fenv.h>
|
||||
#import <ucontext.h>
|
||||
#import <sys/ucontext.h>
|
||||
#import <mach/thread_status.h>
|
||||
|
||||
#import <SDL_main.h>
|
||||
|
|
Loading…
Reference in a new issue