Skip to content

Commit

Permalink
Forgot this.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jun 6, 2020
1 parent 3bb8174 commit f8b4eea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
(depends
(dune (> 2.5))
(posix-base (= :version))
ctypes)
ctypes
unix-errno)
)

(package
Expand Down
1 change: 1 addition & 0 deletions posix-signal.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"dune" {> "2.5"}
"posix-base" {= version}
"ctypes"
"unix-errno"
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit f8b4eea

Please sign in to comment.