Skip to content

Commit

Permalink
Fix build on ocaml-4.00.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <[email protected]>
  • Loading branch information
jonludlam committed Jul 25, 2014
1 parent 6cba889 commit ef38963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocaml/xapi/xapi_udhcpd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ let udhcpd_skel = Filename.concat Fhs.etcdir "udhcpd.skel"
let leases_db = Filename.concat "/var/lib/xcp" "dhcp-leases.db"
let pidfile = "/var/run/udhcpd.pid"

let (|>) x f = f x

module Ip = struct
type t = int * int * int * int with rpc

Expand Down

0 comments on commit ef38963

Please sign in to comment.