Commit 0ef242a
00409: bpo-13497: Fix
Per POSIX, `nice(3)` requires `unistd.h` and `exit(3)` requires `stdlib.h`.
Fixing the test will prevent false positives with pedantic compilers like clang.broken nice configure test1 parent 1e3faae commit 0ef242a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4946 | 4946 | | |
4947 | 4947 | | |
4948 | 4948 | | |
| 4949 | + | |
| 4950 | + | |
4949 | 4951 | | |
4950 | 4952 | | |
4951 | 4953 | | |
| |||
0 commit comments