Skip to content

Commit aab02aa

Browse files
committed
maintenance: explicitly import xapi_stdext_std
It's being imported transitively using xapi_stdext_unix, but this will break when unixexts drops that dependency as it isn't using it. Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 5a2f956 commit aab02aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
systemd
1010
threads
1111
re.perl
12+
xapi-stdext-std
1213
xapi-stdext-unix
1314
xapi-inventory
1415
xapi-idl.network)

xapi-networkd.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ depends: [
2121
"xapi-idl"
2222
"xapi-inventory"
2323
"xapi-stdext-pervasives"
24+
"xapi-stdext-std"
2425
"xapi-stdext-threads"
2526
"xapi-stdext-unix"
2627
"xapi-test-utils"

0 commit comments

Comments
 (0)