Commit 2cbbee1
committed
fix: enable libc dependency under backend-bitmap feature
When enabling the backend-bitmap feature, vm-memory tries to use libc to
determine host page size, however if no other feature that depends on
libc is enabled, this will result in a compilation error
Fixes: 0b7a437 ("make Read/WriteVolatile implementations optional")
Signed-off-by: Patrick Roy <[email protected]>1 parent 5191490 commit 2cbbee1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments