mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 04:05:08 +00:00
Include fallback.h in output.h to avoid a compile error
This commit is contained in:
parent
d458a8a03d
commit
8c17d48c83
1 changed files with 1 additions and 0 deletions
1
output.h
1
output.h
|
@ -9,6 +9,7 @@
|
||||||
#define FISH_OUTPUT_H
|
#define FISH_OUTPUT_H
|
||||||
|
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
#include "fallback.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue