Skip to content

Commit

Permalink
Attempt to fix windows CI build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Nov 19, 2024
1 parent a35f1e5 commit 8b2c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/n3n-edge.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ static void term_handler (int sig) {
#endif

#ifdef _WIN32
int windows_stop_fd;
extern int windows_stop_fd;

// Note well, this gets called from a brand new thread, thus is completely
// different to how signals work in POSIX
Expand Down

0 comments on commit 8b2c0ed

Please sign in to comment.