summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2021-08-27 23:44:08 +0000
committerAdrian Johnson <ajohnson@redneon.com>2021-08-27 23:44:08 +0000
commit5e76dd7a5c0585515eeef5099f12b273c94d3b0f (patch)
treeed4fb29fab94a8c993ed5d45fb8d46fc57d04c6a /meson.build
parent9bb1cbf7249d12dd69c8aca3825711645da20bcb (diff)
parenta8c8363e35ceb78db05be29f6839145a8c97bdd4 (diff)
downloadcairo-5e76dd7a5c0585515eeef5099f12b273c94d3b0f.tar.gz
Merge branch 'fix-comparison-warning' into 'master'
Fix comparison is always false in malloc overflow check See merge request cairo/cairo!236
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f10a0067b..7a0506712 100644
--- a/meson.build
+++ b/meson.build
@@ -151,6 +151,7 @@ check_headers = [
['fenv.h', {'check-funcs': ['feenableexcept', 'fedisableexcept', 'feclearexcept']}],
['xlocale.h'],
['sys/ioctl.h'],
+ ['intsafe.h'],
]
check_types = [