diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-18 21:28:57 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-21 02:18:08 +0200 |
commit | fbccfa95c4c0f5ff5bb3a1616f810036996ce3d5 (patch) | |
tree | db486ba38f33f4c05cd2daaf3190824e344a63bd /src/basic/meson.build | |
parent | test: use fabs() as the argument is double (diff) | |
download | systemd-fbccfa95c4c0f5ff5bb3a1616f810036996ce3d5.tar.xz systemd-fbccfa95c4c0f5ff5bb3a1616f810036996ce3d5.zip |
math-util: introduce iszero_safe() and fp_equal()
Diffstat (limited to 'src/basic/meson.build')
-rw-r--r-- | src/basic/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build index cc4d948abd..84576efd89 100644 --- a/src/basic/meson.build +++ b/src/basic/meson.build @@ -129,6 +129,7 @@ basic_sources = files( 'login-util.c', 'login-util.h', 'macro.h', + 'math-util.h', 'memfd-util.c', 'memfd-util.h', 'memory-util.c', |