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 <[email protected]> Co-authored-by: Ivan K <[email protected]>
1 parent e455714 commit e13f993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)