summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2018-09-24 01:36:35 -0500
committerRyan Schmidt <git@ryandesign.com>2018-09-28 23:50:40 -0500
commita187c8900291c4266471da17f2073d81c663b832 (patch)
treec7668800945b2d14dcf219756e2905cfccd2d73e /meson.build
parent6e0a03ee07db7df41ff061441ebdae1ff3ba71c4 (diff)
downloadglib-a187c8900291c4266471da17f2073d81c663b832.tar.gz
Fix build failure on systems without spawn.h
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 adb07638e..dd5bd8f3f 100644
--- a/meson.build
+++ b/meson.build
@@ -227,6 +227,7 @@ headers = [
'poll.h',
'pwd.h',
'sched.h',
+ 'spawn.h',
'stdint.h',
'stdlib.h',
'string.h',