mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 22:45:15 +08:00
Add missing f_k_r includes
This commit is contained in:
parent
113145e52a
commit
51e25e5a8d
|
@ -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 New Issue
Block a user