Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jun 26, 2024
1 parent 17aa4af commit 921646d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@
#define _GNU_SOURCE
#include <sys/ucontext.h>
#include <signal.h>
#elif defined CC_BUILD_SOLARIS
#include <signal.h>
#include <sys/ucontext.h>
#include <sys/regset.h>
#elif defined CC_BUILD_POSIX
#define __EXTENSIONS__
#include <signal.h>
#include <sys/ucontext.h>
#endif
Expand Down

0 comments on commit 921646d

Please sign in to comment.