mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
path.cpp: include its actual header with the prototype
path.h: fix that header so it can compile.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// Implementation of the path builtin.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "path.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
#include <cstring>
|
||||
#include <cwchar>
|
||||
|
||||
#include "../maybe.h"
|
||||
#include "../io.h"
|
||||
|
||||
class parser_t;
|
||||
|
||||
maybe_t<int> builtin_path(parser_t &parser, io_streams_t &streams, const wchar_t **argv);
|
||||
|
||||
Reference in New Issue
Block a user