Skip to content

Commit 257d702

Browse files
author
Jon Ludlam
committed
Merge pull request #1850 from jonludlam/ocaml-4.00.1-build-fix
Fix build on ocaml-4.00.1
2 parents 6cba889 + ef38963 commit 257d702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ocaml/xapi/xapi_udhcpd.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ let udhcpd_skel = Filename.concat Fhs.etcdir "udhcpd.skel"
3131
let leases_db = Filename.concat "/var/lib/xcp" "dhcp-leases.db"
3232
let pidfile = "/var/run/udhcpd.pid"
3333

34+
let (|>) x f = f x
35+
3436
module Ip = struct
3537
type t = int * int * int * int with rpc
3638

0 commit comments

Comments
 (0)