Skip to content

Commit

Permalink
Merge pull request issuu#37 from hcarty/stdint
Browse files Browse the repository at this point in the history
Move from uint to stdint
  • Loading branch information
andersfugmann committed Jun 7, 2016
2 parents 79eeadf + f605f8c commit eb364e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Library ZMQ
fail.c,
poll.h,
poll.c
BuildDepends: unix, uint.uint64
BuildDepends: unix, stdint
CCLib: -L/usr/local/lib -lzmq
CCOpt: -I/usr/local/include -I $pkg_uint_uint64 -Wall -Wextra -O2
CCOpt: -I/usr/local/include -I $pkg_stdint -Wall -Wextra -O2
CompiledObject: best

Flag examples
Expand Down
1 change: 1 addition & 0 deletions src/ZMQ.ml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module Context = struct
end

module Socket = struct
open Stdint

type 'a t

Expand Down

0 comments on commit eb364e4

Please sign in to comment.