mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 08:41:13 +08:00
Add missing include to fish_test_helper
This broke the build on new-ish gcc Fixes #6632.
This commit is contained in:
parent
9538b8bf73
commit
e5d50db215
|
@ -9,6 +9,7 @@
|
|||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <iterator> // for std::begin/end
|
||||
|
||||
static void become_foreground_then_print_stderr() {
|
||||
if (tcsetpgrp(STDOUT_FILENO, getpgrp()) < 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user