mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
meson: missing test for sys/prctl.h.
This is needed for prctl(), to allow a child process to trace the parent.
This commit is contained in:
parent
156d00f7d3
commit
44f6ee36fe
1 changed files with 1 additions and 0 deletions
|
@ -1246,6 +1246,7 @@ foreach header : [
|
|||
{ 'm': 'HAVE_STRING_H', 'v': 'string.h' },
|
||||
{ 'm': 'HAVE_STRINGS_H', 'v': 'strings.h' },
|
||||
{ 'm': 'HAVE_SYS_PARAM_H', 'v': 'sys/param.h' },
|
||||
{ 'm': 'HAVE_SYS_PRCTL_H', 'v': 'sys/prctl.h' },
|
||||
{ 'm': 'HAVE_SYS_SELECT_H', 'v': 'sys/select.h' },
|
||||
{ 'm': 'HAVE_SYS_STAT_H', 'v': 'sys/stat.h' },
|
||||
{ 'm': 'HAVE_SYS_THR_H', 'v': 'sys/thr.h' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue