Skip to content

Commit e13f993

Browse files
ben-schwenMichaelChiricoaitap
authored
adapt header for cc (#7499)
* adapt header for cc * comment about necessity * tweak --------- Co-authored-by: Michael Chirico <chiricom@google.com> Co-authored-by: Ivan K <krylov.r00t@gmail.com>
1 parent e455714 commit e13f993

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#ifndef _WIN32
2+
# define _POSIX_C_SOURCE 200809L // required for POSIX (not standard C) features in is_direct_child e.g. 'siginfo_t'
23
# include <sys/wait.h>
34
#endif
45

0 commit comments

Comments
 (0)