diff --git a/src/fds.cpp b/src/fds.cpp index 0c4af031d..0a95d9a35 100644 --- a/src/fds.cpp +++ b/src/fds.cpp @@ -22,6 +22,9 @@ #include #endif +#include +#include + // The first fd in the "high range." fds below this are allowed to be used directly by users in // redirections, e.g. >&3 const int k_first_high_fd = 10;