Skip to content

Commit

Permalink
Merge pull request #1850 from jonludlam/ocaml-4.00.1-build-fix
Browse files Browse the repository at this point in the history
Fix build on ocaml-4.00.1
  • Loading branch information
Jon Ludlam committed Jul 25, 2014
2 parents 6cba889 + ef38963 commit 257d702
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 257d702

Please sign in to comment.