Fix build failure on systems without spawn.h

This commit is contained in:
Ryan Schmidt
2018-09-24 01:36:35 -05:00
committed by Xavier Claessens
parent d757bd84d1
commit 6f3241f010
3 changed files with 5 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ headers = [
'poll.h',
'pwd.h',
'sched.h',
'spawn.h',
'stdint.h',
'stdlib.h',
'string.h',