mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Fix header name in fishd.cpp.
This commit is contained in:
parent
16b982958b
commit
368983d8da
2 changed files with 2 additions and 3 deletions
|
@ -843,8 +843,7 @@ fish.o: sanity.h proc.h parse_tree.h tokenizer.h parse_constants.h parser.h
|
||||||
fish.o: expand.h intern.h exec.h output.h screen.h history.h path.h input.h
|
fish.o: expand.h intern.h exec.h output.h screen.h history.h path.h input.h
|
||||||
fish.o: input_common.h fish_version.h
|
fish.o: input_common.h fish_version.h
|
||||||
fishd.o: config.h signal.h fallback.h util.h common.h wutil.h
|
fishd.o: config.h signal.h fallback.h util.h common.h wutil.h
|
||||||
fishd.o: env_universal_common.h env.h path.h print_help.h fish_version.cpp
|
fishd.o: env_universal_common.h env.h path.h print_help.h fish_version.h
|
||||||
fishd.o: fish_version.h
|
|
||||||
fish_indent.o: config.h fallback.h signal.h util.h common.h wutil.h
|
fish_indent.o: config.h fallback.h signal.h util.h common.h wutil.h
|
||||||
fish_indent.o: tokenizer.h print_help.h parser_keywords.h fish_version.h
|
fish_indent.o: tokenizer.h print_help.h parser_keywords.h fish_version.h
|
||||||
fish_tests.o: config.h signal.h fallback.h util.h common.h proc.h io.h
|
fish_tests.o: config.h signal.h fallback.h util.h common.h proc.h io.h
|
||||||
|
|
|
@ -74,7 +74,7 @@ time the original barrier request was sent have been received.
|
||||||
#include "env_universal_common.h"
|
#include "env_universal_common.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "print_help.h"
|
#include "print_help.h"
|
||||||
#include "fish_version.cpp"
|
#include "fish_version.h"
|
||||||
|
|
||||||
#ifndef HOST_NAME_MAX
|
#ifndef HOST_NAME_MAX
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue