Skip to content

Commit

Permalink
add base-unix as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Dec 7, 2021
1 parent 4169699 commit 1d506aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
(tags
(epoll kqueue wepoll))
(depends
base-unix
ppx_optcomp
(kqueue
(>= 0.2.0))
Expand Down
1 change: 1 addition & 0 deletions poll.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ doc: "https://anuragsoni.github.io/poll"
bug-reports: "https://github.com/anuragsoni/poll/issues"
depends: [
"dune" {>= "2.9"}
"base-unix"
"ppx_optcomp"
"kqueue" {>= "0.2.0"}
"dune-configurator"
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(foreign_stubs
(language c)
(names unix_stubs epoll_stubs wepoll_stubs wepoll))
(libraries kqueue))
(libraries kqueue unix))

(rule
(targets config.h)
Expand Down

0 comments on commit 1d506aa

Please sign in to comment.