mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Add missing f_k_r includes
This commit is contained in:
parent
113145e52a
commit
51e25e5a8d
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
// Type "exit" or "quit" to terminate the program.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Reference in a new issue