Skip to content

Commit

Permalink
Fixed compile error on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Oct 5, 2024
1 parent 663817a commit 346a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/asyncengine.nim
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ when defined(windows):
elif defined(macosx) or defined(freebsd) or defined(netbsd) or
defined(openbsd) or defined(dragonfly) or defined(macos) or
defined(linux) or defined(android) or defined(solaris):
import ../selectors2
import chronos/selectors2
export SIGHUP, SIGINT, SIGQUIT, SIGILL, SIGTRAP, SIGABRT,
SIGBUS, SIGFPE, SIGKILL, SIGUSR1, SIGSEGV, SIGUSR2,
SIGPIPE, SIGALRM, SIGTERM, SIGPIPE
Expand Down

0 comments on commit 346a88e

Please sign in to comment.