Skip to content

Commit

Permalink
Try To Fix CI Error
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Feb 24, 2024
1 parent 8e3524d commit bc051da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xwrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define _XOPEN_SOURCE 600 // For Structs Like "sigaction"
#define _BSD_SOURCE 1

#define _POSIX_C_SOURCE 199309L
#define _POSIX_C_SOURCE 200809L
// Maybe Needed on Mac for `SIGWINCH`
#define _DARWIN_C_SOURCE 1
#include <signal.h>
Expand Down

0 comments on commit bc051da

Please sign in to comment.